[sage-support] Re: Plotting the solution returned by desolve

2022-11-15 Thread Emmanuel Charpentier
Try this : sage: var("x, t") ## t will be used later (x, t) sage: y=function("y") ## Note : no default argument sage: sol=desolve(diff(y(x),x)==(x*y(x)^2 - cos(x)*sin(x) )/(y(x)*(1 - x^2)) ,y(x), ics=[0, 2]) ; sol ## Note : specify y argument 1/2*(x^2 - 1)*y(x)^2 + 1/2*cos(x)^2 == (-3/2)

[sage-support] How to find solution

2017-10-14 Thread Santanu Sarkar
In Sage, is it possible to find a such that \int_{a}^{\infty} e^(-x^2/2) dx=2^(-20) -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[sage-support] Is there a solution ?

2016-01-03 Thread HG
Hi, I got this balanced ternary file from rosetta, it works fine in python2 but not completly in sage : b variable which convert number in ternary is failing, a problem of conversion but I don't know how to correct it ? Any help ? Thanks Kind regards Henri -- You received this message because

[sage-support] Fwd: Problem starting solution found?

2014-06-24 Thread Louis Pecora
I just sent the message below to you, but it looks like I was trying to start from the .dmg image which is no-write. Sorry. Ignore my previous message for now. -- Lou Pecora Original Message Subject:Problem starting Date: Tue, 24 Jun 2014 12:12:58 -0400 From:

[sage-support] Re: Problem starting solution found?

2014-06-24 Thread kcrisman
I just sent the message below to you, but it looks like I was trying to start from the .dmg image which is no-write. Sorry. Ignore my previous message for now. Yes, this would probably cause this error. Good luck! -- You received this message because you are subscribed to the

[sage-support] Re: plot the solution obtained from desolve_system

2013-07-10 Thread kcrisman
On Wednesday, July 10, 2013 4:26:02 PM UTC-4, Flavio Coelho wrote: Hi, I am trying to plot the solutions the following system of ODEs var('t') A = function('A',t) B = function('B',t) de1 = diff(A,t) == -k1*A+k2*B de2 = diff(B,t) == k1*A-k2*B We're missing some info here. If I make

[sage-support] Re: plot the solution obtained from desolve_system

2013-07-10 Thread kcrisman
I've opened http://trac.sagemath.org/sage_trac/ticket/14877 for the potential confusion of having the wrong number of initial conditions. -- You received this message because you are subscribed to the Google Groups sage-support group. To unsubscribe from this group and stop receiving emails

[sage-support] Re: Symbolic determinant solution

2010-08-28 Thread Oscar Lazo
It would be better if you posted the matrix complete, or if it's a complicated expression, try to simplify it in a way that the error is still produced. It is difficult to imagine what the problem could be with so little information. Oscar On Aug 28, 6:18 am, samrat samluvs...@gmail.com wrote:

[sage-support] Getting the approximate solution to an exact equation

2009-10-15 Thread Scott
I know this is really basic, but for some reason I cannot figure this out and my searching (here, sage website, google, etc) has not yielded me any results! I just started using sage, literally, yesterday. I am using solve() to solve an equation for q1 in terms of q2. The solution of this is

[sage-support] jsMath issue and solution with error code -7

2008-08-24 Thread Philippe Saade
Hi, i post this here for future newbies who might encounter the same problem... ** on Linux/Ubuntu 8.04, under Firefox 2 or 3, with all TexFonts installed, i kept having this error message : It looks like jsMath failed to set up properly (error code -7) for a single sage : show(x^2) command.