Need code for indefinite integral substitution
Ältere Kommentare anzeigen
<<
<<

>>
>>
2 Kommentare
David Hill
am 31 Mär. 2021
Looks like homework, show us what you have done. First step establish x as symbolic variable
syms x;
Steven Lord
am 31 Mär. 2021
And as the hint suggests, use the int function and/or the subs function.
doc int
doc subs
Antworten (0)
Kategorien
Mehr zu Calculus finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!