Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.soft-sys.math.mathematica > #16594

Error during independent variable change parametric plot3D

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!newspump.sol.net!posts.news.twtelecom.net!nnrp3.twtelecom.net!not-for-mail
From Narasimham <mathma18@gmail.com>
Newsgroups comp.soft-sys.math.mathematica
Subject Error during independent variable change parametric plot3D
Date Sun, 2 Mar 2014 06:47:09 +0000 (UTC)
Sender steve@smc.vnet.net
Approved Steven M. Christensen <steve@smc.vnet.net>, Moderator
Message-ID <leuk5d$sfb$1@smc.vnet.net> (permalink)
Lines 27
Organization Time-Warner Telecom
NNTP-Posting-Date 02 Mar 2014 06:52:44 GMT
NNTP-Posting-Host 00a2eed5.news.twtelecom.net
X-Trace DXC=oZVclYQb=k332fYY\=>JD;C_A=>8kQj6=;[h;PUXBgb4b4gWQ>GE5;1EFiONJ7[Go6AdcfD3=Vlk0
X-Complaints-To abuse@twtelecom.net
Xref csiph.com comp.soft-sys.math.mathematica:16594

Show key headers only | View raw


v[u_,z_]:=5.* z/u;

x[u_,z_]:=u+v[u,z];

y[u_,z_]:=u-v[u,z];

sp="end";

Table[{x[z,v[z,u]],y[z,v[z,u]],z,sp},{u,1,3.,1.},{z,1.,4,1}]//RowForm

g1=ListPlot3D[{{26.,-24.,1.},{8.25,-4.25,2.},{5.777777777777777,0.22222222222222276,3.},{5.5625,2.4375,4.},{51.,-49.,1.},{14.5,-10.5,2.},{8.555555555555554,-2.5555555555555545,3.},{7.125,0.875,4.},{76.,-74.,1.},{20.75,-16.75,2.},{11.333333333333332,-5.333333333333332,3.},{8.6875,-0.6875,4.}},Mesh->All]

g2=ParametricPlot3D[{u+v,u-v,u v/5},{u,1.,3},{v,-5.,10}];

Show[{g1,g2},PlotRange->All]

g3=ParametricPlot3D[{x[u,z],y[u,z],z},{u,1,3},{z,1,4}];

Show[{g2,g3},PlotRange->All]

Show[{g1,g3},PlotRange->All]

Please help to find what I miss in g1 ListPlot3D. Also please indicate how to delete points from g3 to include only those points within range of g2  

TIA 
 Narasimham

Back to comp.soft-sys.math.mathematica | Previous | Next | Find similar


Thread

Error during independent variable change parametric plot3D Narasimham <mathma18@gmail.com> - 2014-03-02 06:47 +0000

csiph-web