Python: (Math) Multiplying Radicals

Post Reply
User avatar
Jason
Site Admin
Posts: 688
Joined: Tue Jul 01, 2025 10:13 am

Code: Select all

# Coming soon

# multiplying-radicals.py
Radicals are multiplied the same way as they're added or subtracted, the difference being the simplified radicands are multiplied after all the simplification etc. of them.
\(3\sqrt{18} * 6\sqrt{12}\)

\(3\sqrt{2 * 9} * 6\sqrt{3 * 4}\)

\(3\sqrt{2}(3) * 6\sqrt{3}(2)\)

\(9\sqrt{2} * 12\sqrt{3}\)

\(108\sqrt{6}\)
 

POSTREACT(ions) SUMMARY

Post Reply