Question: These computations with plus() and times() seem rather clumsy. Is there some way to use symbols like + and * in expressions involving objects where
These computations with plus() and times() seem rather clumsy. Is there some way to use symbols like + and * in expressions involving objects where they make sense, such as Complex and Vector, so that we could write more compact expressions like z = z * z + z0 instead?
Step by Step Solution
3.49 Rating (159 Votes )
There are 3 Steps involved in it
Some languages notably C and Python support this feature which is k... View full answer
Get step-by-step solutions from verified subject matter experts
