Comprehensive Command Documentation
!help solve
!help
!del x
!save my_calculation.json
!load my_calculation.json
!mode financial
!mode 5
!solve x^2 - 4 = 0
!solve 2*x + 5 = 13
!plot sin(x)
!plot x^2 -2*pi:2*pi
!derive x^2 + 3*x
!derive sin(x)
!integrate x^2
!integrate cos(x)
!limit sin(x)/x 0
!limit 1/x 0 +
!series sin(x) 0
!series exp(x) 1 4
!factor x^2 - 4
!factor x^3 + 3*x^2 + 3*x + 1
!expand (x + 1)^3
!expand (x + y)*(x - y)
!stats 5 10 15 20 25
!regress 1,2,3,4;2,4,5,4
!dist normal 0 1 1.5
!hist 5 10 15 20 25 30 35
!matrix create 2 [[1, 2], [3, 4]]
!matrix add matrix1 matrix2
!matrix multiply matrix1 matrix2
!matrix transpose matrix1
!det matrix1
!inv matrix1
!eigen matrix1
!convert 100 cm to m
!convert 32 f to c
!convert 1 au to km
!prime check 17
!prime next 100
!prime range 1 100
!prime factor 12345
!gcd 48 18 12
!lcm 4 6 8
!factorint 123456
!finance fv 0.05 10 1000 0
!finance pv 0.05 10 1000 0
!finance pmt 0.05/12 360 100000 0
!finance rate 360 -500 100000 0
!amort 100000 0.05 360
!roi 1500 1000
!date now
!date add 2023-01-01 30
!date diff 2023-01-01 2023-12-31
!date weekday 2023-01-01
!date leap 2024
!time 12:00:00 UTC EST
!countdown 60
!eval [x**2 for x in range(5)]
!lambda x: x**2 + 2*x + 1
!graph create my_graph undirected
!graph add_node my_graph A
!graph add_edge my_graph A B
!graph shortest_path my_graph A D
!game list
!game show prisoners_dilemma
!game nash prisoners_dilemma
!chem element H
!chem molar_mass H2O
!chem balance H2 + O2 = H2O
!physics constant speed_of_light
!physics kinematic d=v0t+0.5at^2 v0=10 t=5 a=9.8
!eng list
!eng formula beam_deflection
!puzzle list
!puzzle show 1
!puzzle solve 1 232792560
!quiz
!quiz stop
!mode financial
!mode 5