Skip to content

Commit

Permalink
[ComplexArithmetic] Fix typo in the workbook (microsoft#795)
Browse files Browse the repository at this point in the history
  • Loading branch information
jee1033 authored Jun 23, 2022
1 parent 1865043 commit cf3be0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@
">\n",
"> We can simplify this using the following trigonometric identities:\n",
"> * $\\cos a \\cos b \\mp \\sin a \\sin b = \\cos(a \\pm b)$\n",
"> * $\\sin a \\cos b \\pm \\sin a \\cos b = \\sin(a \\pm b)$\n",
"> * $\\sin a \\cos b \\pm \\sin b \\cos a = \\sin(a \\pm b)$\n",
">\n",
"> Finally, this solution gives the same answer as the short solution above:\n",
">$$z = r_{1}r_{2}(\\cos(\\theta_1 + \\theta_2) + i \\sin(\\theta_1 + \\theta_2)) = r_{1}r_{2} \\cdot e^{(\\theta_1 + \\theta_2)i} $$"
Expand Down

0 comments on commit cf3be0c

Please sign in to comment.