--
You received this message because you are subscribed to the Google Groups "MathFuture" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mathfuture+...@googlegroups.com.
To post to this group, send email to mathf...@googlegroups.com.
Visit this group at http://groups.google.com/group/mathfuture?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Hi,
Even 2^3 is a function.
Better, exponential is multiplication "condensed". Like multiplication is additions "condensed".
You can play with whole number to figure it out.
Then you can. "Extend" these operators to real, complex and irrational number.
By the way, you may even understand why √2+√3 do not give √n (with n being a whole number).
The npi shows better what is "data" and what's not:
9,√,1,2,+,+,2,/
This is (√9+(1+2))/2
A factorial would be used like this:
3,!
Yes, the same construct as square root:
4,√
Although you can make things a (little) bit harder:
4,1,2,/,^
In most calculators, you can type what you see but:
- they cost more;
- input is slower;
- for students : they do not have to understand .
Often we talk about "calculators, good or bad?"
Good if they are a learning accelerator.
Using NPI one's is a safe move.
In programmers world: "+" and all "flow control constructs" are called "syntactic sugars".
(Assembly like code)
Move eax,1
Move ebx,1
Add
Kind regards,
Christian