View previous topic :: View next topic |
Author |
Message |
quarmall
Joined: 21 Feb 2008 Posts: 1
|
Posted: Tue Mar 04, 2008 9:57 pm Post subject: meanings of CND and ND |
|
|
Hi to all!
Be indulgent for a new user : what condition CND and ND mean, please ?
Thanks for the wonderful software !
quarmall |
|
Back to top |
|
 |
nextstep Site Admin
Joined: 06 Jan 2007 Posts: 539
|
Posted: Mon Mar 10, 2008 1:08 pm Post subject: |
|
|
Hi all,
Sorry quarmall for the delay in my response (I'm in the desert in the south of Morocco and internet isn't available in my village )
"condition CND" mean a mathematical equation that you can use to select a volume from your mathematical object (You can use it for example to calculate an intersection between a sphere and a cylinder)
"ND" mean "N Dimension": This is to show and manipulate the mathematical objects with dimension up to 6.
Hope this can help. _________________ Cheers,
Abderrahman |
|
Back to top |
|
 |
WSUCoug
Joined: 27 Nov 2009 Posts: 1
|
Posted: Wed Dec 02, 2009 1:33 am Post subject: |
|
|
I realize this question was asked a long time ago, but is it possible that you could perhaps post a simple example of the code (for syntax purposes) of this feature.
For example, if I wanted to graph the region bounded by the paraboloids z=x^2+y^2 and z = 2-x^2-y^2.
I have toyed with this, but am not quite sure I am doing it correctly.
Thank you for sharing this beautiful wonderful program! |
|
Back to top |
|
 |
nextstep Site Admin
Joined: 06 Jan 2007 Posts: 539
|
Posted: Thu Dec 03, 2009 7:56 pm Post subject: |
|
|
Hi all,
Welcome WSUCoug in the forum.
Quote: | For example, if I wanted to graph the region bounded by the paraboloids z=x^2+y^2 and z = 2-x^2-y^2. |
You're looking for the intersection of the volumes delimited by theses two isosurfaces? In this case, you have to use the function "MAX" like this:
max ( z-(x^2+y^2) , z -( 2-x^2-y^2) ) and the result is:
Code: |
Name: IntersectCones
F(): max ( z-(x^2+y^2) , z -( 2-x^2-y^2) )
[x]: -2 , 2
[y]: -2 , 2
[z]: -2 , 2
;
|
If this doesn't respond to your question, let me know. _________________ Cheers,
Abderrahman |
|
Back to top |
|
 |
Alicelewis
Joined: 29 Nov 2013 Posts: 18
|
Posted: Thu Feb 13, 2014 9:40 am Post subject: |
|
|
in my point of view CND mean "Campaign for Nuclear Disarmament"..
if we make a definition of CND is then "Campaign for Nuclear Disarmament"
--------------------------------------
Math Practice Test |
|
Back to top |
|
 |
nextstep Site Admin
Joined: 06 Jan 2007 Posts: 539
|
Posted: Fri Feb 14, 2014 1:58 pm Post subject: |
|
|
Hi Alice,
From a quick search on Google, the first three choices are : Campaign for Nuclear Disarmament, Commission on Narcotic Drugs and Creative Nail Design...
If I have to choose between the three, I'd prefer : Creative Nail Design...  _________________ Cheers,
Abderrahman |
|
Back to top |
|
 |
|