If A is a matrix of order n, b a vector with n elements and c a vector with n elements, is A@(b*c)
equal to (A*b)@c?
I check if that was correct by reading some python book but I saw nothing about that operation
If A is a matrix of order n, b a vector with n elements and c a vector with n elements, is A@(b*c)
equal to (A*b)@c?
I check if that was correct by reading some python book but I saw nothing about that operation