Re: [sage-support] Re: Drawing Circle using simple equation of circle

2012-06-24 Thread Priyanka Kapoor
complains that it can't evaluate the function at some points. implicit_plot() is easier to use, that's all. Thanks for explaining the things . :-) It executed the code and it gives half circle. Anyways if it gives warnings then we should not do this way. Thanks once again. -- Priyanka Kapoor

Re: [sage-support] Solving 4th order differential equation

2012-05-28 Thread Priyanka Kapoor
of constant### E=6 L=10 p=plot( 1/120*(20*L^3*x^2 - 10*L^2*x^3 + x^5)/(E*L),(x,0,1),thickness=3) p.show() -- Priyanka Kapoor priyankacool10.wordpress.com Linux User Group, Ludhiana -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send

[sage-support] Solving 4th order differential equation

2012-05-25 Thread Priyanka Kapoor
print res NotImplementedError: Maxima was unable to solve this ODE. Please help. -- Priyanka Kapoor priyankacool10.wordpress.com Linux User Group, Ludhiana -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr

Re: [sage-support] Solving 4th order differential equation

2012-05-25 Thread Priyanka Kapoor
On Fri, May 25, 2012 at 3:06 PM, David Joyner wdjoy...@gmail.com wrote: Did you try sympy? No. Does it solve 4th order diff. eq.? If yes, can you please give link. And approach that i am using is wrong or invalid? -- Priyanka Kapoor priyankacool10.wordpress.com Linux User Group, Ludhiana

Re: [sage-support] Solving second degree ODE with constants in sage

2012-05-10 Thread Priyanka Kapoor
f = desolve_laplace(de = myode,dvar = y, ivar=x) I should return an expression like: cos(sqrt(b)*x)*y(0) + sin(sqrt(b)*x)*D[0](y)(0)/sqrt(b) Thanks. It helped me. -- Priyanka Kapoor http://kapoorpriyanka.in Linux User Group, Ludhiana -- To post to this group, send email to sage

[sage-support] Application/Use of Sage in IT company or Industries

2012-05-09 Thread Priyanka Kapoor
for teaching maths. -- Priyanka Kapoor http://kapoorpriyanka.in Linux User Group, Ludhiana -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at http

[sage-support] Drawing Circle using simple equation of circle

2012-05-07 Thread Priyanka Kapoor
anyone help me. I am new to sage that's why unable to solve errors -- Priyanka Kapoor http://kapoorpriyanka.in Linux User Group, Ludhiana -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com

Re: [sage-support] Array and Loop in Sagetex

2012-05-07 Thread Priyanka Kapoor
It looks like you want TeX to do the loop. Try the forloop package: http://www.ctan.org/tex-archive/macros/latex/contrib/forloop/ How to pass value of list in sageblock to variable used in \forloop -- Priyanka Kapoor http://kapoorpriyanka.in Linux User Group, Ludhiana -- To post

Re: [sage-support] Array and Loop in Sagetex

2012-05-07 Thread Priyanka Kapoor
How to pass value of list in sageblock to variable used in \forloop may be it can help http://mathematics.nsetzer.com/latex/latex_for_loop.html It just tell how to apply forloop. -- Priyanka Kapoor http://kapoorpriyanka.in Linux User Group, Ludhiana -- To post to this group, send email

Re: [sage-support] Drawing Circle using simple equation of circle

2012-05-07 Thread Priyanka Kapoor
You might want to use implicit_plot instead: var('x,y') b = x^2+y^2==4 c = implicit_plot(b,(x,-2,2),(y,-2,2),color='blue') c.save('ram.png') It gives the following error TypeError: 'tuple' object is not callable -- Priyanka Kapoor http://kapoorpriyanka.in Linux User Group, Ludhiana

Re: [sage-support] Drawing Circle using simple equation of circle

2012-05-07 Thread Priyanka Kapoor
Please note that I wrote b = x^2+y^2==4 I got a plot.thank you. Sir , can't we draw it using plot() function. -- Priyanka Kapoor http://kapoorpriyanka.in Linux User Group, Ludhiana -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send

[sage-support] Array and Loop in Sagetex

2012-05-03 Thread Priyanka Kapoor
I tried this plot using sage with Latex. \documentclass{article} \title{Curve Tracing by SAGE in \LaTeX} \author{Priyanka Kapoor} \usepackage{sagetex} \begin{document} \maketitle Plot the curve for sin(X) \begin{sageblock} f(x) = sin(x) \end{sageblock} Here's a plot of $f$ from $-2$ to $2

Re: [sage-support] Re: %cython failing in notebook because of accessing the wrong directory

2012-04-03 Thread Priyanka Kapoor
. Thanks for guidance. I will definately follow. :-) -- Priyanka Kapoor http://kapoorpriyanka.in Linux User Group, Ludhiana -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more

Re: [sage-support] Re: %cython failing in notebook because of accessing the wrong directory

2012-03-31 Thread Priyanka Kapoor
: cdef hello(): 7: print 'hello world!' I am new to sage. I dont know much about it. Can you clarify now? Whats the problem in actual? I also wish to know what is the problem and how the desired output hello world will come. -- Priyanka Kapoor http://kapoorpriyanka.in Linux User Group

[sage-support] Display intermediate steps of a question in sagemath

2012-03-19 Thread Priyanka Kapoor
the intermediate steps also. Like firstly it give step wise solution for derivative of order one then derivative of order two and three. Please help. Thanks in advance -- Priyanka Kapoor http://kapoorpriyanka.in Linux User Group, Ludhiana -- To post to this group, send email to sage-support@googlegroups.com