Search found 8 matches

by mjzoccoli
Thu Oct 05, 2006 4:13 pm
Forum: General discussion
Topic: Asymptote in mid-function Position
Replies: 2
Views: 14088

Asymptote Question

Thank you David - excellent solution!

Mike Z
by mjzoccoli
Thu Oct 05, 2006 3:39 pm
Forum: General discussion
Topic: Asymptote in mid-function Position
Replies: 2
Views: 14088

Asymptote in mid-function Position

Question: consider a simple function that has the above condition:

y = 1/(x-2)

If I plot this from (say) x=0 to x=3, and then edit out the y value at x=2, the program still connects the last point on the left branch, with the first point on the right branch. How do I eliminate that erroneous ...
by mjzoccoli
Wed Sep 13, 2006 3:44 pm
Forum: General discussion
Topic: Animation Capability
Replies: 4
Views: 18863

Animations ( cont'd)

Look fwd to hearing from you...


Regards Mike Z
by mjzoccoli
Wed Sep 13, 2006 3:22 pm
Forum: General discussion
Topic: Animation Capability
Replies: 4
Views: 18863

Animations - cont'd

Thank you David for your prompt reply - that animation technique seems analogous to the age-old cartoon animation where the viewer flips thru a series of sequentially altered figures. Doable, but as you stated, probably laborious.

Mike Z
by mjzoccoli
Wed Sep 13, 2006 1:36 pm
Forum: General discussion
Topic: Animation Capability
Replies: 4
Views: 18863

Animation Capability

Question: I have used the PLAYBACK feature to draw a curve "real time" so to speak. But what I'd like to is to draw that same curve in a different way, using an actual animation.

Let me clarify: the curve that I want to draw is the CYCLOID, given by the parametric equations:

x = 4* (t - sin(t)) y ...
by mjzoccoli
Fri Sep 08, 2006 3:59 pm
Forum: General discussion
Topic: Data Editing - functions such as z=f(x,y) or y = f(x)
Replies: 3
Views: 16990

re Negative SQRT Problem in Functions such as z=f(x,y)

Hello again...first, my sincere thanks to David Hyde for his excellent assistance to me on this basic issue. So, I think we might summarize, and also test my understanding of how to get around this problem - ie, exection of z=f(x,y) stops upon detection of a negative square root.

Pls consider the ...
by mjzoccoli
Thu Sep 07, 2006 11:45 am
Forum: General discussion
Topic: Data Editing - functions such as z=f(x,y) or y = f(x)
Replies: 3
Views: 16990

Questions re z=f(x,y) - when a neg sqrt is encountered

Thank you for the prompt and helpful reply David -

I still have some additional comments on this topic, but I need to do some work first, along the lines of your suggestion.

Regards Mike Z
by mjzoccoli
Wed Sep 06, 2006 3:36 pm
Forum: General discussion
Topic: Data Editing - functions such as z=f(x,y) or y = f(x)
Replies: 3
Views: 16990

Data Editing - functions such as z=f(x,y) or y = f(x)

Hello all - I am a new user of DPLOT, so my questions may seem basic...

Here goes....In a function such as z = sqrt (x, y) how can I eliminate the occurrence of a negative square root? For example, EXCEL would show #NUM! when such a value occurs in a data matrix. I can then reassign that value as ...