cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X

Translate the entire conversation x

piecewise function

tkocot
6-Contributor

piecewise function

Hi,

 

I am having trouble plotting the last segment of this piecewise function.  It plots the first two but the last piece does not get plotted.  Any help would be greatly appreciated.

ACCEPTED SOLUTION

Accepted Solutions
LucMeekes
23-Emerald IV
(To:tkocot)

Prime does not know the function pi.

 

In the third equation in your program you have

2*pi(2*theta/beta...)

instead of

2*pi*(2*theta/beta...

 

Success!

Luc

View solution in original post

3 REPLIES 3
tkocot
6-Contributor
(To:tkocot)

 
LucMeekes
23-Emerald IV
(To:tkocot)

Prime does not know the function pi.

 

In the third equation in your program you have

2*pi(2*theta/beta...)

instead of

2*pi*(2*theta/beta...

 

Success!

Luc

tkocot
6-Contributor
(To:LucMeekes)

Thank you so much.  That was it.

Announcements

Top Tags