Skip to main content
1-Visitor
November 14, 2020
Solved

Sum of the inverse of two complex variables vs the product over sum of the two complex variables

  • November 14, 2020
  • 1 reply
  • 908 views

I have two complex number variables. The results of the sum of the inverse of the two complex variables are good but when I simplified it to product over sum, the result are not the same. Is there something wrong with my syntax on the product over sum? See attached "complex product over sum.mcdx". Thanks.

Best answer by andrew_mosqueda

I just found my mistake. I should have use the vectorization instead of the dot product.

1 reply

andrew_mosqueda1-VisitorAuthorAnswer
1-Visitor
November 14, 2020

I just found my mistake. I should have use the vectorization instead of the dot product.