Skip to main content
1-Visitor
October 28, 2012
Question

Programming Mathematical Expressions?

  • October 28, 2012
  • 1 reply
  • 786 views

I'm using the MathCAD Prime Student Edition, and I'm trying to write a program

IsOdd(x):=||if|mod(x,2)=1|||, but I can not place the = sign inside the expression. Instead, I end up with ||if|mod(x,2)|||=?

How do I place the = sign inside the expression?

Thanks.

1 reply

24-Ruby IV
October 28, 2012

Use Ctrl + =

It is a Boolean operator Equal