Advertisement
Guest User

Untitled

a guest
Mar 2nd, 2015
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. %s517x45.m
  2. clc
  3. clear all
  4. close all
  5. syms x
  6. f(x)=1/((x^2)-(2*x)+5);
  7. ezplot(f(x),[-100,100,0,.3])
  8. int(f(x),x, -inf, inf)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement