login  home  contents  what's new  discussion  bug reports     help  links  subscribe  changes  refresh  edit

Edit detail for #435 power series with different expansion variables revision 2 of 2

1 2
Editor: kratt6
Time: 2009/04/19 07:06:19 GMT-7
Note: fixed in FriCAS revision 583

added:

From kratt6 Sun Apr 19 07:06:19 -0700 2009
From: kratt6
Date: Sun, 19 Apr 2009 07:06:19 -0700
Subject: fixed in FriCAS revision 583
Message-ID: <20090419070619-0700@axiom-wiki.newsynthesis.org>

Status: open => fixed somewhere 


Submitted by : kratt6 at: 2008-10-28T08:23:02-07:00 (15 years ago)
Name :
Axiom Version :
Category : Severity : Status :
Optional subject :  
Optional comment :

fricas
a := series(z, z=0); e := series(1, x=0)

\label{eq1}1(1)
Type: UnivariatePuiseuxSeries?(Expression(Integer),x,0)
fricas
a+e
There are 11 exposed and 8 unexposed library operations named + having 2 argument(s) but none was determined to be applicable. Use HyperDoc Browse, or issue )display op + to learn more about the available operations. Perhaps package-calling the operation or using coercions on the arguments will allow you to apply the operation.
Cannot find a definition or applicable library operation named + with argument type(s) Any Any
Perhaps you should use "@" to indicate the required return type, or "$" to specify which version of the function you need.

fixed in FriCAS revision 583 --kratt6, Sun, 19 Apr 2009 07:06:19 -0700 reply
Status: open => fixed somewhere