This website requires JavaScript.
Explore
Help
Sign In
extern
/
kalker
Watch
1
Star
0
Fork
0
You've already forked kalker
mirror of
https://github.com/PaddiM8/kalker.git
synced
2024-11-07 16:34:21 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
61a6cd861d
kalker
/
tests
/
functions.kalker
5 lines
98 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Added integration tests for derivation, functions, groups, integration, matrices, sum, variables, and vectors
2022-01-14 22:56:59 +01:00
x = 3
f(x) = 2*x
g(x, y) = 2*x*y
Numerical equation solving using Newton's method
2022-04-24 21:23:29 +02:00
f(x) = 6 and fx = 6 and x = 3 and g(x, x + 1) = 24 and sqrt4 = 2
Reference in New Issue
Copy Permalink