On Wed, Apr 21, 2010 at 8:06 PM, Elizabeth wrote:
> I'd like to know if there is a way to define a variable in Sage as non-
> commuting.
> I am trying to multiply a few matrices together and take the trace,
> *but* the matrix entries are non-commuting elements. So, I need Sage
> to leave a term l
Hello,
I'd like to know if there is a way to define a variable in Sage as non-
commuting.
I am trying to multiply a few matrices together and take the trace,
*but* the matrix entries are non-commuting elements. So, I need Sage
to leave a term like a*x*a as-is and not change it to x*a^2.
This is
I have installed local Sage server.
I need some kind of workspace with multiple worksheets and common data
storage while working via web interface. What can you recommend in
this case?
I want to have a bunch of common files for different worksheets. But I
don't want to link them explicity to othe
how do I convert a differential expression from maxima to sage?
suppose i do
%maxima
depends(f,x)
eqn:'diff(f,x,1)
exit
now I am back to sage and I try
var('x')
f=function('f',x)
maxima('eqn').sage()
that doesn´t work of course. sage tells me "0"
How can I get a differential equation in sage
Hi,
I'm very sorry for the extremely late response. I'd just like to know if
you're still having a problem with this.
On Tue, Mar 9, 2010 at 12:50 AM, Prof. Dr. Joerg R. Weimar <
j.wei...@ostfalia.de> wrote:
> When I last used sage, I started it with sage -notebook, and my web
> browser got auto
Dear Robert,
Thanks a lot for the suggestion. After typing in "ode_solve", the tab-
completion guided me to the class "ode_solver", which also works like
a charm. This is the reason for my late reply: I was so glad to get
everything working that I lost all track of time...
I know this is not th
Perhaps you have substituted unadverteadly some of the spkgs by previous
versions, I got this message before following exactly the recommendations given
in the Jaap Spies README instructions.
Best regards,
Jorge
> To: sage-support@googlegroups.com
> From: j.sp...@hccnet.nl
> Subject: [sage-sup
leonard.jeloa...@free.fr wrote:
On Wednesday 21 April 2010 14:18:21 Jaap Spies wrote:
Actually I posted in my message the part from the log file I have thought is
relevant, maybe is not enough, but till this point (see below) the
installation proceeds normally ... What I can understand from th
leonard.jeloa...@free.fr wrote:
On Wednesday 21 April 2010 14:18:21 Jaap Spies wrote:
[...]
Following my own instructions in the README.txt I successfully built ETS
on Fedora 12 64 bit.
Can you post a link to the relevant part of the install.log?
Jaap
Actually I posted in my message the
On Wednesday 21 April 2010 14:18:21 Jaap Spies wrote:
> Leonard JELOAICA wrote:
> > On Tuesday 20 April 2010 20:35:19 Jaap Spies wrote:
> >> leonard.jeloa...@free.fr wrote:
>
> [...]
>
> >> Do you have any old ETS installs floating around?
> >>
> >> Jaap
> >>
> >>> Regards,
> >>> Leonard
> >
> >
Leonard JELOAICA wrote:
On Tuesday 20 April 2010 20:35:19 Jaap Spies wrote:
leonard.jeloa...@free.fr wrote:
[...]
Do you have any old ETS installs floating around?
Jaap
Regards,
Leonard
Hi Jaap,
No, I have no ETS installed yet.
Leonard
Following my own instructions in the README.tx
On Tuesday 20 April 2010 20:35:19 Jaap Spies wrote:
> leonard.jeloa...@free.fr wrote:
> > Hello,
> >
> > I'm trying to install ETS package from
> > "http://sage.math.washington.edu/home/jsp/SPKGS/ETS/";.
> > I have built x86-64 version of sage-4.3.5 on opensuse 11.2.
> > ~> gcc -v
> > gcc version
On 04/21/2010 02:12 AM, Jason Grout wrote:
On 04/20/2010 11:32 PM, eric948470 wrote:
Hello,
Suppose I have several equations,
f(a,b,c,d,e) == 0
g(a,b,c,d,e) == 0
h(a,b,c,d,e) == 0
Suppose I want to solve for a, but not have d and e in the solutions.
How would I do that?
In Mathematica I woul
On 04/20/2010 11:32 PM, eric948470 wrote:
Hello,
Suppose I have several equations,
f(a,b,c,d,e) == 0
g(a,b,c,d,e) == 0
h(a,b,c,d,e) == 0
Suppose I want to solve for a, but not have d and e in the solutions.
How would I do that?
In Mathematica I would use,
Solve[ { f(a,b,c,d,e)==0, g(a,b,c,d,
14 matches
Mail list logo