Set an analytic function in python

Asked

Viewed 65 times

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 answer

0


Browser other questions tagged

You are not signed in. Login or sign up in order to post.