William Duhe
Loyola University
2011년부터 활동
Followers: 0 Following: 0
Feeds
질문
Need help with 3-D plotting
y < (.01.*x.^(2).*exp(x.^(-2))./(8.*Z.*10.^10)).^(1./4); I need to plot the inequality above in a 3-D mesh plot. Plot y and...
거의 15년 전 | 답변 수: 1 | 0
1
답변질문
How to write a basic loop
[EDIT: Thu May 26 02:39:10 UTC 2011 - Reformat - MKF] z = 0.05; y = 1/20; f = @(x) (10.^(-15).*x.^(3).*exp((x.^2).^(-1)/4...
거의 15년 전 | 답변 수: 1 | 0
1
답변질문
How do I solve this equation for x given a value of z and y?
z = (10.^(-15).*x.^(3).*exp((x.^2).^(-1)/4).*y.^(-1)).^(1/5) Is there a way to numerically solve this equation for x given sp...
거의 15년 전 | 답변 수: 1 | 0
1
답변질문
Solving complex algebraic expressions
I have two parameters: z < (10.^(-10).*x.^(2).*exp((x.^2).^(-1)/4).*y.^(-1)/2).^(1/4); z > (10.^(-15).*x.^(3).*exp((x.^2).^(-1...
거의 15년 전 | 답변 수: 2 | 0
