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...
14 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 2 个回答 | 0
