Advertisement
FacundoCruz

Untitled

Sep 9th, 2023 (edited)
1,532
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Scilab 0.13 KB | None | 0 0
  1. --> x = linspace(-2,2,100);
  2. --> y = 1./%e^(x^2);
  3. --> z = 1-(x^2)+(x^4)/2;
  4. --> plot(x,y,'r')
  5. --> plot(x,z,'b')
  6. --> xgrid
  7.  
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement