Up | Japanese | Easy expression of mathematical subject | Created : 2003-06-29 Updated: 2003-06-29 |
Here is an example of pictorial expression of mathematical text.
The subject is the Peano's formulation of the sum of natural numbers. |
1. For every x define x + 1 = succ(x) 2. For every x, y define x + succ(y) = succ(x + y) |
(equivalent) | (equivalent) |
1. For every x define x + 1 = succ(x) 2. For every x, y define x + succ(y) = succ(x) + y |
Design | Design |
|