How can I extend the above x(t,...) signal which is defined from -pi to pi to a periodic one so that I can display more periods of the signal, as it is shown below?
If its just for displaying the graph, here are a few ways to turn a piece of a function periodic.
I created utility functions which expect a function with just one argument.
The first way uses the floor function

Another possibility would be to use the mod function. Because its implemented in Prime in a way to return negative values for negative arguments (which is undesirable here), I used it twice, adding the period for the second time to be sure to avoid negative values.

You may also use a recursive approach, but I would not suggest doing so

You could achieve the same effect as in the recursive approach by using a while loop

Attached sheet is in Prime 9 format
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.





