![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/9100526_1522130950483_DEF.jpg)
Ema
2016년부터 활동
Followers: 0 Following: 0
Feeds
질문
Riemann sum multiple dimensions
I have 2 tasks. a) Try to approximate the volume of a sphere with radius 1. Do this with riemann sum in matlab. What ive done...
거의 8년 전 | 답변 수: 1 | 0
1
답변질문
Two variables multiple constraints in calculus.
<<https://se.mathworks.com/matlabcentral/answers/uploaded_files/76159/problem_4_5.jp g>> clear all a) -----------...
거의 8년 전 | 답변 수: 1 | 1
1
답변질문
Min.problem in a geometric problem
Suppose we have three points in the plane p^(i), i = 1,2,3 and calculate the point that lies closest to these three points. T...
거의 8년 전 | 답변 수: 0 | 0
0
답변질문
Calculus Matlab two variables
<</matlabcentral/answers/uploaded_files/76159/problem_4_5.jpg>> % code clear all a) ------------------------- r1 =...
거의 8년 전 | 답변 수: 1 | 0
1
답변질문
Calculate length of a curve in 3d
Ive ploted a rising spiral with the following code. clear all syms t real ezplot3((sqrt(9)).*cos(9./2.*t), (sqrt(16))....
거의 8년 전 | 답변 수: 1 | 0
1
답변질문
Calculate shortest distance between 2 lines.
I got 2 lines: Line 1 = (x,y,z) ∈ (Real numbers/3d), x=10+3t, y=−1+2t, z=−1.5−0.01t, t ∈ Real numbers Line 2 = (x,y,z) ∈ (...
대략 8년 전 | 답변 수: 2 | 0