Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X
By typing "x(..." you create a function x.
To get what you intended you have to explicitly type a multiplication:
By typing "x(..." you create a function x.
To get what you intended you have to explicitly type a multiplication:
Werner, thanks a lot!