Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

help :I don't know the mult_matrix #233

Open
jinsong8412 opened this issue Aug 13, 2018 · 0 comments
Open

help :I don't know the mult_matrix #233

jinsong8412 opened this issue Aug 13, 2018 · 0 comments

Comments

@jinsong8412
Copy link

original Code from util
def mult_matrix((a1, b1, c1, d1, e1, f1), (a0, b0, c0, d0, e0, f0)):
"""Returns the multiplication of two matrices."""
return (a0a1+c0b1, b0a1+d0b1,
a0c1+c0d1, b0c1+d0d1,
a0e1+c0f1+e0, b0e1+d0f1+f0)
Always I know the matrix like this matrix([[ 0., 0., 0.],[ 0., 0., 0.],[ 0., 0., 0.]]) 33 matrix
I don't know the matrix (a1, b1, c1, d1, e1, f1) is 1
6 matrix ? who can help me ? Thanks

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

No branches or pull requests

1 participant