[Axiom-developer] [#47 complexForm(log(%i) - log(-%i))] Good fix seems to be difficult, see #193

2005-07-23 Thread kratt6
Changes http://page.axiom-developer.org/zope/mathaction/47ComplexFormLogILogI/diff -- Status: fix proposed => open -- forwarded from http://page.axiom-developer.org/zope/mathaction/[EMAIL PROTECTED] ___ Axiom-developer mailing list Axiom-developer@no

[Axiom-developer] [#47 complexForm(log(%i) - log(-%i))] Maybe in 'EF'

2005-07-18 Thread unknown
Changes http://page.axiom-developer.org/zope/mathaction/47ComplexFormLogILogI/diff -- I think we could simply add a definition of a two argument version of 'atan' to 'ElementaryFunction', where we can ask for 'OrderedRing'. I'll try to propose a definition tomorrow. Martin -- forwarded from htt

[Axiom-developer] [#47 complexForm(log(%i) - log(-%i))] cross references: Float and (exact) Real arithmetic

2005-07-17 Thread wyscc
Changes http://page.axiom-developer.org/zope/mathaction/47ComplexFormLogILogI/diff -- see [RealNumbers] and #167 for more info and discussions on infinite precision floats and exact real number computations. -- forwarded from http://page.axiom-developer.org/zope/mathaction/[EMAIL PROTECTED] ___

[Axiom-developer] [#47 complexForm(log(%i) - log(-%i))] atan(tan(3))

2005-07-17 Thread wyscc
Changes http://page.axiom-developer.org/zope/mathaction/47ComplexFormLogILogI/diff -- Thanks for this pointer. I would prefer to classify 'tan(3)' as belonging to the hypothetical 'SymbolicFloat' rather than to 'EXPR INT' and the same for 'atan(tan(3))'. The definition of the single argument 'at

[Axiom-developer] [#47 complexForm(log(%i) - log(-%i))] information

2005-07-17 Thread unknown
Changes http://page.axiom-developer.org/zope/mathaction/47ComplexFormLogILogI/diff -- see #141 atan(tan(3)) => 3 -- forwarded from http://page.axiom-developer.org/zope/mathaction/[EMAIL PROTECTED] ___ Axiom-developer mailing list Axiom-developer@nong

[Axiom-developer] [#47 complexForm(log(%i) - log(-%i))]

2005-07-16 Thread wyscc
Changes http://page.axiom-developer.org/zope/mathaction/47ComplexFormLogILogI/diff -- ??changed: -OrderedRing probably. OrderedSet wouldn't make sense... 'OrderedRing', probably. 'OrderedSet', wouldn't make sense... ??changed: -myatan2(y,x) myatan2(x,y) ??changed: -One possible way is to use a

[Axiom-developer] [#47 complexForm(log(%i) - log(-%i))] meaning of y > 0; symbolic floating point

2005-07-16 Thread wyscc
Changes http://page.axiom-developer.org/zope/mathaction/47ComplexFormLogILogI/diff -- Dear Martin: Thanks, and yes, I was wrong again (shame on me): the range of the single argument 'atan' does not cover $[0, 2\pi)$. But the only way to return results in case variables are involved in the argum

[Axiom-developer] [#47 complexForm(log(%i) - log(-%i))] Usual sign convention

2005-07-16 Thread kratt6
Changes http://page.axiom-developer.org/zope/mathaction/47ComplexFormLogILogI/diff -- Dear William, I think that the "usual sign convention" is a bad idea. 'myatan2(x,y)' should return unevaluated, since there is no way of knowing in which quadrant 'x+%i*y' is. That's why I proposed 'OrderedRin

[Axiom-developer] [#47 complexForm(log(%i) - log(-%i))]

2005-07-15 Thread wyscc
Changes http://page.axiom-developer.org/zope/mathaction/47ComplexFormLogILogI/diff -- Martin: Thanks for pointing out my error. In coding 'myArgument', I was not aiming for a general definition. I was experimenting to see if there is need for 'RealNumberSystem' or 'OrderedRing'. As you propos

[Axiom-developer] [#47 complexForm(log(%i) - log(-%i))]

2005-07-15 Thread kratt6
Changes http://page.axiom-developer.org/zope/mathaction/47ComplexFormLogILogI/diff -- The proposed definition 'myArgument' is still not correct: \begin{axiom} myArgument(-1+%i) \end{axiom} but should be $\frac{3\pi}{4}$. We cannot get around the ordering of the ring involved... Of course, as

[Axiom-developer] [#47 complexForm(log(%i) - log(-%i))]

2005-07-14 Thread wyscc
Changes http://page.axiom-developer.org/zope/mathaction/47ComplexFormLogILogI/diff -- ++added: From: wyscc Thurs Jul 14 15:30:00 -5:00 >On the other hand, asking for 'TranscendentalFunctionCategory' also seems a >lot, since only division by two is required. Looking at the code above, to defi

[Axiom-developer] [#47 complexForm(log(%i) - log(-%i))]

2005-07-14 Thread wyscc
Changes http://page.axiom-developer.org/zope/mathaction/47ComplexFormLogILogI/diff -- ??changed: -half: ()-> EXPR INT myhalf: ()-> EXPR INT ??changed: -Note, I think the current return of 'argument(0::Complex EXPR INT)' and 'argument(0::Complex INT)' as '%pi/2' are wrong. Note, I think the cu

[Axiom-developer] [#47 complexForm(log(%i) - log(-%i))] EXPR INT does not have OrderedRing

2005-07-14 Thread kratt6
Changes http://page.axiom-developer.org/zope/mathaction/47ComplexFormLogILogI/diff -- Hm, replacing 'RealNumberSystem' with 'OrderedRing' does not really work, since 'EXPR INT' does not have 'OrderedRing'... Furthermore, 'FRAC INT' does not have 'TRAFUN'... On the other hand, asking for 'Transce

[Axiom-developer] [#47 complexForm(log(%i) - log(-%i))] property change

2005-07-12 Thread kratt6
Changes http://page.axiom-developer.org/zope/mathaction/47ComplexFormLogILogI/diff -- Severity: normal => critical -- forwarded from http://page.axiom-developer.org/zope/mathaction/[EMAIL PROTECTED] ___ Axiom-developer mailing list Axiom-developer@no