1
I need to do some operations with matrices (very large), but the elements of it are analytical functions. There is a way to do this in Python?
Ex:
Matrix = [[x**2+3x,x+y+1]...[...].....[...]]
1
I need to do some operations with matrices (very large), but the elements of it are analytical functions. There is a way to do this in Python?
Ex:
Matrix = [[x**2+3x,x+y+1]...[...].....[...]]
0
Is this what you’re looking for?
Browser other questions tagged python matrix
You are not signed in. Login or sign up in order to post.