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 = ...
4년 초과 전 | 답변 수: 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...
4년 초과 전 | 답변 수: 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);
4년 초과 전 | 답변 수: 2 | 0
