Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

matrix, vector, limits #17

Open
jmyhcore opened this issue Jan 23, 2017 · 1 comment
Open

matrix, vector, limits #17

jmyhcore opened this issue Jan 23, 2017 · 1 comment

Comments

@jmyhcore
Copy link

jmyhcore commented Jan 23, 2017

using ur calque every day but sometimes i need some things like matrix or derivative but there are no such things so im requesting it.
got some idea how to do matrix, use such counstruction like

A={
i, j, k ...
a, b, c ...
x, y, z ...
}
and fucs like det(A) or pow-1(A) would be also usefull for this

@lolbinarycat
Copy link
Contributor

I beleive you can use A=[i,j,k;a,b,c;x,y,z] for matricies

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants