Community Profile

photo

James Robinson


自 2017 起处于活动状态

统计数据

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Content Feed

排序方式:

提问


Help computing definite integral
Here is my code syms x fun= (1+.5.*x.^3-x.^2).^(1/4) Q=int(fun,0,3) When I execute the code, it doesn't solve the in...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Errors when using fminbnd function
Hi, I am trying to find use the fminbnd function to find the minimum and maximum values of a function. I am getting these err...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Error message when computing integral: first input argument must be a function handle
I'm trying to evaluate this integral, but when I enter this code: syms x; S= (6*(sin(x)^2)/(3*sin(x)+1)); l= inte...

6 years 前 | 2 个回答 | 0

2

个回答