how to integrate f(x)= x/(8+6x^2)^2 in matlab
조회 수: 5 (최근 30일)
이전 댓글 표시
how to integrate f(x)= x/(8+6x^2)^2 in matlab with the range of 0 to 6 i have tried the int fuction but am getting an error, which is shown below
>> int(F, x, 0, 6) Undefined function 'int' for input arguments of type 'double'.
댓글 수: 0
답변 (1개)
James Tursa
2014년 3월 27일
See this thread:
And also, again, note that you can do this one on paper with a simple u = 8 + 6x^2 substitution.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!