Mathcad operands and operators - to be inserted
- July 11, 2010
- 1 reply
- 4097 views
-by introducing concept of operands in Mathcad is opened the path to create and define new operators based on already defined operators inside Mathca
Operand is the symbol used in mathematics as: ( ) (bracket, space, bracket)
If a operator contain more operands than each operand will be noted as ( )1 , ( )2, ....
We can define a operator by other operators as follows:
M( ):=d( )1/d( )2+( )1+( )2
in our case operator M(x,f):=df/dx+f+x
Upper example is a simple one about how to define new operators based on existing that mathcad could do.
Other example:
$:=( )1*( )2
writing this relation this mean that Mathcad further have to consider the symbol $ as a multiplication symbol.
a$b:=a*b
Could be this way a method of extend Mathcad capabilities to work also in Operators world ?

