Talk:Geometric algebra: Difference between revisions

Content added Content deleted
Line 138: Line 138:


:: You're supposed to be able to call e(n) for n from 0 to 31 or more. In other words the vector space <math>\mathcal{V}</math>is of dimension at least 32. Your implementation does not allow for n > 4. The dimension 32 in your code seems to be the dimension of the algebra, which is <math>2^n</math>.--[[User:Grondilu|Grondilu]] ([[User talk:Grondilu|talk]]) 20:33, 18 October 2015 (UTC)
:: You're supposed to be able to call e(n) for n from 0 to 31 or more. In other words the vector space <math>\mathcal{V}</math>is of dimension at least 32. Your implementation does not allow for n > 4. The dimension 32 in your code seems to be the dimension of the algebra, which is <math>2^n</math>.--[[User:Grondilu|Grondilu]] ([[User talk:Grondilu|talk]]) 20:33, 18 October 2015 (UTC)

::: The Javascript implementation has essentially the same limitation. For example, try CGA.add(e(6), e(7)). --[[User:Rdm|Rdm]] ([[User talk:Rdm|talk]]) 20:44, 18 October 2015 (UTC)