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-12-13 18:10:42 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
46d5ed5716
kalker
/
tests
/
sum.kalker
3 lines
61 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
n = 10
Custom sum/prod variable name Eg. sum(k=1, 3, 2k)
2022-01-16 21:48:46 +01:00
sum(1, 5, 2n) = 30 and n = 10 and
sum(k=1, 5, 2k) = 30
Reference in New Issue
Copy Permalink