Talk:Quaternion type: Difference between revisions

From Rosetta Code
Content added Content deleted
(→‎Why a draft project?: What I was thinking)
Line 4: Line 4:


::Hi Michael, The wp article does mention [[wp:Octonian|Octonians]], and I also read [[wp:Division algebra]] enough to know that from reals to complex to quaternions to octonians; things seem to get a little less useful. The octonians seeming to have 480 ways to multiply for example. --[[User:Paddy3118|Paddy3118]] 16:28, 3 August 2010 (UTC)
::Hi Michael, The wp article does mention [[wp:Octonian|Octonians]], and I also read [[wp:Division algebra]] enough to know that from reals to complex to quaternions to octonians; things seem to get a little less useful. The octonians seeming to have 480 ways to multiply for example. --[[User:Paddy3118|Paddy3118]] 16:28, 3 August 2010 (UTC)
::: I was thinking more along the lines of the kind of code generalization that would allow the same code to operate correctly on any >=0 integer value for M and N. Granted, we're delving outside a simple task. My curiosity there lies being able to learn the relationship by studying the code. --[[User:Short Circuit|Michael Mol]] 18:05, 3 August 2010 (UTC)

Revision as of 18:05, 3 August 2010

Why a draft project?

Because I am unsure if the topic is right for RC. I tried to approach it in such a way that people could just implement what is stated in the task description without going to even the depths of the Wikipedia article. --Paddy3118 13:24, 3 August 2010 (UTC)

It sounds interesting. Out of curiosity, can it be generalized to N real and M imaginary dimensions? ISTR there was a task that got played and adjusted to various dimension sets. I don't remember the name off-hand. (Hm. It occurs to me that we can create relationships between tasks such as "generalization of::some other task". That strikes me as an interesting direction to explore.) --Michael Mol 15:24, 3 August 2010 (UTC)
Hi Michael, The wp article does mention Octonians, and I also read wp:Division algebra enough to know that from reals to complex to quaternions to octonians; things seem to get a little less useful. The octonians seeming to have 480 ways to multiply for example. --Paddy3118 16:28, 3 August 2010 (UTC)
I was thinking more along the lines of the kind of code generalization that would allow the same code to operate correctly on any >=0 integer value for M and N. Granted, we're delving outside a simple task. My curiosity there lies being able to learn the relationship by studying the code. --Michael Mol 18:05, 3 August 2010 (UTC)