Book
Getting started with MATLAB
Author
Rudra Pratap
Edition
sage: x
x
sage: t=var('t')
sage: f = function('f',t)
sage: f
f(t)
sage: f(t)=t *sin(t)
sage: plot(x*sin(x),(0,10*pi))
<html><font color='black'><img src='cell://sage0.png'></font></html>
Solution by:
<VINAY>, <STU>>, < Symbiosis, pune >
<Your Name>, <Profession>, <Organization>
