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-12 17:40:52 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9dc8476a17
kalker
/
tests
/
matrices
/
transpose.kalker
6 lines
62 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Updated transpose test since it was redundant
2022-01-20 20:04:43 +01:00
m = [1, 2
3, 4
5, 6]
Matrix tranpose function
2022-01-19 23:46:36 +01:00
Updated transpose test since it was redundant
2022-01-20 20:04:43 +01:00
mᵀ = [1, 3, 5
2, 4, 6]
Reference in New Issue
Copy Permalink