From: kp <k...@scios.ch>
Date: Sat, 29 Sep 2012 04:38:48 +0200
Local: Fri, Sep 28 2012 10:38 pm
Subject: Re: [pure-lang] Embedding REDUCE
What a pace!
>> The interface seems quite intuitive, like as in a interactive session.
> Well, depends on who you ask. :) Anyway, I made a first stab at
is like that in the interactive session :) There is indeed a lower level in Reduce, the "standard quotient" called *SQ - what you get when omitting the PROC_make_printable. See chapter 4 in the attachment. Reduce has a lot of switches to control formatting and output. I've to
I noticed too that only scalars are returned properly, that's why I used
I tried integration
> simplify (int (x^2) x);
100*x^(9/100)*x^3/309 ??????
x^3/3 > simplify (int (x^2.0) x); x^3/3 > simplify (int (x^2.09) x); simplify (int (sin x) x); -cos x > simplify (int (exp (2*x) ) x);
e^(2*x)/2 :)
I'm sure we find workarounds for all this issues. Moreover there are
BTW I found this in proc.h:
<< if there is any functionality that you need PLEASE ask
It's very exciting.
P.S. (
ARBINT OPERATOR
The operator ARBINT is used to express arbitrary integer parts of an
EXAMPLES:
____________________________________________________________
solve(log(sin(x+3)),x);
{X=2*ARBINT(1)*PI - ASIN(1) - 3,
____________________________________________________________
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| |||||||||||||||||