Qurak

Linear algebra matrix types numbers in wolfram language

Tutorial 9 steps, run in order in one session. Every step was executed against the engine and the output below is what it produced.

Step 1
int1 = 2^10
Output
1024
Step 2
int1^10
Output
1267650600228229401496703205376
Step 3
Exp[-6000.]
Output
0.
Step 4
Sin[ 5]
Output
Sin[5]
Step 5
Sin[5.]
Output
-0.9589242746631385
Step 6
exact = Sin[5];
inexact = N[exact]
Output
-0.9589242746631385
Step 7
5 + 6.7
Output
11.7
Step 8
Sin[5] / 1.5
Output
-0.6392828497754256
Step 9
1.5 2^100
Output
1.901475900342344*^30

Functions used

Related recipes

All recipes · Function reference · Use this from an MCP client