\newcommand{\Bold}[1]{\mathbf{#1}}{\left| a + i \, b \right|}^{2}
0
\newcommand{\Bold}[1]{\mathbf{#1}}{\left| a + i \, b \right|}^{2}
0
|
\newcommand{\Bold}[1]{\mathbf{#1}}a^{2} + 2 i \, a b - b^{2}
2*a*b
\newcommand{\Bold}[1]{\mathbf{#1}}a^{2} + 2 i \, a b - b^{2}
2*a*b
|
\newcommand{\Bold}[1]{\mathbf{#1}}{\left(a - i \, b\right)} {\left(a + i \, b\right)}
a^2 + b^2
0
\newcommand{\Bold}[1]{\mathbf{#1}}{\left(a - i \, b\right)} {\left(a + i \, b\right)}
a^2 + b^2
0
|
\newcommand{\Bold}[1]{\mathbf{#1}}a^{2} + b^{2}
a^2 + b^2
0
\newcommand{\Bold}[1]{\mathbf{#1}}a^{2} + b^{2}
a^2 + b^2
0
|
|
Type: <type 'builtin_function_or_method'> Definition: abs( [noargspec] ) Docstring: abs(number) -> number Return the absolute value of the argument. Type: <type 'builtin_function_or_method'> Definition: abs( [noargspec] ) Docstring: abs(number) -> number Return the absolute value of the argument. |
0 0 |
(c, d) (c, d) |
abs(c + d)^2 == (c + d)^2 abs(c + d)^2 == (c + d)^2 |
c^2 + 2*c*d + d^2 == c^2 + 2*c*d + d^2 c^2 + 2*c*d + d^2 == c^2 + 2*c*d + d^2 |
True True |
|
|
True True |
c^2 + 2*c*d + d^2 c^2 + 2*c*d + d^2 |