Feeds
提问
How do I do this?
Integrate function 𝑓(𝑢, 𝑣) = 𝑣 − √𝑢 over the triangular region cut from the first quadrant of the uv-plane by the line u + v = ...
5 years 前 | 1 个回答 | 0
1
个回答提问
How do I do this?
Plot region bounded above by the paraboloid z = x2 + y2 and below by the triangle enclosed by the lines y = x, x=0, and x + y =2...
5 years 前 | 0 个回答 | 0
0
个回答提问
Why I get wrong in integral function?
fun = @(x) ((x.^3)+x+1)/((x^2)+1)^2; f = integral(fun, 1,6);
5 years 前 | 2 个回答 | 0
