Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
how do i perform the following integration, as an example from x=1 to x=10 all variables t is a function of x
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
t1=x^2+x+4
t2=x^3+9
t3=x+2
t4=x^2+x^3+x+9
t5=x^3+x^2+x^9
f=t1^2+4+(t2)+t3^3+t4+t5^3
0 comentarios
Respuestas (1)
Walter Roberson
el 22 de Mayo de 2018
syms x
before the lines you have. Then after those lines
int(f, x, 1, 10)
1 comentario
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!