I'm wondering about the following behaviour:

(1) -> integrate(e^sin x, x)::INFORM

   (1)  (integral (** e (sin x)) (:: x Symbol))
                                                              Type: InputForm

caused by

      inint l == 
        r2:= convert([convert("::"::SE)@INP,convert(third 
l)@INP,convert("Symbol"::SE)@[EMAIL PROTECTED] INP)@INP
        pint [convert(integrand l)@INP, r2]


Can anybody imagine why 

      inint l == pint [convert(integrand l)@INP, convert(third l)@INP]

wouldn't suffice?  Is there a problem when making functions or something like
that?

Martin


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/fricas-devel?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to