Skip to main content
1-Visitor
November 7, 2019
Solved

piecewise function

  • November 7, 2019
  • 1 reply
  • 1730 views

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.

Best answer by LucMeekes

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

1 reply

LucMeekes23-Emerald IVAnswer
23-Emerald IV
November 7, 2019

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

tkocot1-VisitorAuthor
1-Visitor
November 7, 2019

Thank you so much.  That was it.