T
T
Timebird2016-05-02 02:37:23
Python
Timebird, 2016-05-02 02:37:23

How to multiply matrices in this case?

9b281fbdc33e413aafad5324a23ff27f.png
Hello! Please help me to multiply these two matrices. Everything would be fine, but it is necessary that the multiplication takes place over all elements of the arrays \omega_{i}and \x_{i}(here i -- at every i-th moment of time), each array with a length of 80 elements. That is, you need to get 80 matrices at the output, and for some reason only one comes out with my code. How to fix such an error?

for i in points_array:
    evolution_matrix  = 
    prev_system_state = , [mulpldfreqpoints_paired_array[i]]]
    system_state      = np.dot(evolution_matrix, prev_system_state)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Eugene, 2016-05-23
@crazy_prog

In what programming language do you need to implement this task?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question