Mathematical Computations – MATLAB for Beginners – MATLAB Basics – Tutorials – Volume-2

Unit-13

Integration

>> syms x;
>> a=x^3;
>> int(a)
 ans =
 1/4*x^4
 

>> a=sin(x);
>> int(a)
 ans =
 -cos(x)

To be Continued…

Be the first to comment

Leave a Reply

Your email address will not be published.


*


four × 2 =