\left. \begin{array} { l } { \text { 1. 0.123, 1.230, 0.0123,0.1203, 12.3 } } \\ { \text { 2. 5.001, 5001, 0.051, 0.0051 } } \end{array} \right.
Sort
0.0051,0.0123,0.051,0.1203,0.123,1.23,10.002,12.3,5001
Evaluate
0.123,\ 1.23,\ 0.0123,\ 0.1203,\ 12.3,\ 10.002,\ 5001,\ 0.051,\ 0.0051
Share
Copied to clipboard
sort(0.123,1.23,0.0123,0.1203,12.3,2\times 5.001,5001,0.051,0.0051)
Multiply 1 and 0.123 to get 0.123.
sort(0.123,1.23,0.0123,0.1203,12.3,10.002,5001,0.051,0.0051)
Multiply 2 and 5.001 to get 10.002.
0.123
To sort the list, start from a single element 0.123.
0.123,1.23
Insert 1.23 to the appropriate location in the new list.
0.0123,0.123,1.23
Insert 0.0123 to the appropriate location in the new list.
0.0123,0.1203,0.123,1.23
Insert 0.1203 to the appropriate location in the new list.
0.0123,0.1203,0.123,1.23,12.3
Insert 12.3 to the appropriate location in the new list.
0.0123,0.1203,0.123,1.23,10.002,12.3
Insert 10.002 to the appropriate location in the new list.
0.0123,0.1203,0.123,1.23,10.002,12.3,5001
Insert 5001 to the appropriate location in the new list.
0.0123,0.051,0.1203,0.123,1.23,10.002,12.3,5001
Insert 0.051 to the appropriate location in the new list.
0.0051,0.0123,0.051,0.1203,0.123,1.23,10.002,12.3,5001
Insert 0.0051 to the appropriate location in the new list.
Examples
Quadratic equation
{ x } ^ { 2 } - 4 x - 5 = 0
Trigonometry
4 \sin \theta \cos \theta = 2 \sin \theta
Linear equation
y = 3x + 4
Arithmetic
699 * 533
Matrix
\left[ \begin{array} { l l } { 2 } & { 3 } \\ { 5 } & { 4 } \end{array} \right] \left[ \begin{array} { l l l } { 2 } & { 0 } & { 3 } \\ { -1 } & { 1 } & { 5 } \end{array} \right]
Simultaneous equation
\left. \begin{cases} { 8x+2y = 46 } \\ { 7x+3y = 47 } \end{cases} \right.
Differentiation
\frac { d } { d x } \frac { ( 3 x ^ { 2 } - 2 ) } { ( x - 5 ) }
Integration
\int _ { 0 } ^ { 1 } x e ^ { - x ^ { 2 } } d x
Limits
\lim _{x \rightarrow-3} \frac{x^{2}-9}{x^{2}+2 x-3}