This program converts numbers between all number systems, also they with a base over 10. Type a number into Mat E. For example 1234 like this:
1
2
3
4
-> means right arrow.
=> means the right arrow in the "jump" menu.
\= means the “not equal to” symbol.
_ means the display symbol.
"~Nr SYSTEM~"
"BY OLLE"
"FROM BASE"?->G
"TO BASE"?->H
Mat E->Mat E_
0->B
Dim Mat E
List Ans[1]->K
For 1->L To K
Mat E[L,1]->D
D*G^(K-L)+B->B
Next
"DECIMALE"
B_
0->K
Do
Isz K
LpWhile H^K
{K,1}->Dim Mat F
For K-1->L To 0 Step -1
Int (B/H^L)->D
B-D*H^L->B
D->Mat F[K-L,1]
Next
Mat F->Mat F_