Ask Your Question

Gökhan Sever's profile - activity

2016-08-21 20:42:17 +0200 received badge  Famous Question (source)
2016-05-04 01:29:57 +0200 received badge  Famous Question (source)
2016-02-29 04:21:33 +0200 received badge  Notable Question (source)
2013-12-08 22:02:46 +0200 received badge  Popular Question (source)
2013-01-15 13:13:42 +0200 received badge  Notable Question (source)
2012-06-06 16:49:00 +0200 received badge  Popular Question (source)
2011-11-20 23:27:26 +0200 commented question Decimal places in slider
2011-10-10 15:55:11 +0200 commented answer interact variable print formatting

Hmm, this doesn't answer what I asked for. http://wiki.sagemath.org/interact/algebra please scroll down to the last example. Floating point sliders are not well formatted. Can we modify them with string formatters?

2011-10-10 02:59:36 +0200 asked a question interact variable print formatting

Hello,

Say that I have a simple interact function shown as below:

@interact
def myplot(u=(0.5,(0.1,10)), R=(20e-6,(20e-6,1000e-6))):
    #plotting code

Is there a way to print formatting of these variables in the interact zone; 2 digit float for u and e-form for the R. Currently I see both variables as many digit outputs.

Thanks.

2011-06-29 13:17:13 +0200 received badge  Good Question (source)
2011-06-23 10:07:20 +0200 received badge  Nice Question (source)
2011-06-22 23:47:44 +0200 commented answer Vector calculus

Thanks for the answer. I am particularly interested in Laplacian operator, Spherical coordinate system, and plotting vector fields in various coordinate systems.

2011-06-22 17:34:03 +0200 received badge  Student (source)
2011-06-22 16:36:44 +0200 asked a question Vector calculus

Hello,

Is there a vector calculus package/functionality in Sage that are similar to other 2M packages?

1- Vector Analysis Package

2- VectorCalculus

Thanks.

2011-06-02 02:00:06 +0200 received badge  Supporter (source)
2011-06-01 15:04:03 +0200 commented question Fedora 14 binary

I have gotten exactly the same error using the F14-x64 binary. Now back to compiling the source :)