Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
Is there a way to raise each element of a matrix to a power without having to do it manually each one?
Solved! Go to Solution.
Raymond Alaniz wrote:
Is there a way to raise each element of a matrix to a power without having to do it manually each one?
eg, ...
Yes, use vectorization.
Raymond Alaniz wrote:
Is there a way to raise each element of a matrix to a power without having to do it manually each one?
eg, ...
Thank you both