Incorrect integral being returned.
Ältere Kommentare anzeigen
getting an odd result when trying to integrate 50 - t.
syms t;
rate = 50- t;
int(rate)
it returns -(t - 50)^2/2 I'm pretty sure the integral should return -(t*(t - 100)/2
Is there a fix for this?
2 Kommentare
Walter Roberson
am 19 Nov. 2011
You are correct that that output should be what you expected (or a form of that).
Which MATLAB version are you using?
D
am 19 Nov. 2011
Akzeptierte Antwort
Weitere 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!