-
-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename PMComplex >> conjugated
to complexConjugate
#192
Comments
PMComplex >> conjugated
to complexConjugate
I am noticing now that the Complex Number Test Class has a large number of methods. A refactor might split this up, and there are a number of ways to do that (I'll provide a list in a moment...). |
Because quaternions also have a conjugate operation, will you need yet another |
I referred to Wikipedia, and the word used there is conjugation:
The conjugation of a quaternion, in stark contrast to the complex setting, can be expressed with multiplication and addition of quaternions: {\displaystyle q^{*}=-{\frac {1}{2}}(q+,\mathbf {i} ,q,\mathbf {i} +,\mathbf {j} ,q,\mathbf {j} +,\mathbf {k} ,q,\mathbf {k} )~.} |
Are we discovering that conjugate may have meanings in different contexts? I.e. bounded contexts. |
Because numbers can also be conjugate in a different sense:
5 + 5 sqrt
is conjugate to5 - 5 sqrt
.https://math.stackexchange.com/questions/3397053/whats-the-correct-definition-of-conjugate-and-do-we-identify-them
Also, this message should be implemented by
Number
And testing:
The text was updated successfully, but these errors were encountered: