sara_87
- 748
- 0
Homework Statement
If i want to evaluate the following integral:
\int(sinx)^{y-3} dx
using Matlab.
Homework Equations
The Attempt at a Solution
i first defined the variables x and y:
syms x
syms y
then i typed the integral;
int(sin(x)^(3-y),x)
but it doesn't give me the integral, it says:
Warning: Explicit integral could not be found.
why?