Ask Your Question

Georg Damm's profile - activity

2023-03-27 12:13:26 +0200 received badge  Popular Question (source)
2020-05-13 20:09:31 +0200 received badge  Famous Question (source)
2019-09-12 23:28:05 +0200 commented answer Pandoc filter

Thank's for your answer, but this is not what I'm looking for. I'll try to write a filter. Is there an easy way to get the (latex) output

\sin\left(x\right)

from the following file?

f(x)=sin(x)
f(x)
2019-09-08 23:55:57 +0200 asked a question Pandoc filter

I'd like to use sagemath in markdown similar to sagetex:

<div class="sagesilent"> f(x)=sin(x) </div> 
This is a plot of <span class="sage"> f(x) </span> 
<div class="sageplot"> plot(f(x),(x,0,5)) </div>

Is there already a pandoc filter for this?

2019-04-07 15:10:37 +0200 received badge  Famous Question (source)
2014-05-16 18:50:13 +0200 received badge  Notable Question (source)
2014-02-13 17:35:08 +0200 received badge  Famous Question (source)
2013-10-18 20:49:36 +0200 received badge  Good Question (source)
2013-09-13 11:28:08 +0200 received badge  Notable Question (source)
2013-03-18 03:20:35 +0200 received badge  Notable Question (source)
2012-11-27 11:16:51 +0200 received badge  Popular Question (source)
2012-09-13 12:19:32 +0200 received badge  Popular Question (source)
2012-07-21 12:27:02 +0200 received badge  Popular Question (source)
2012-04-25 16:20:52 +0200 received badge  Taxonomist
2011-09-04 11:20:24 +0200 commented answer number formatting

Maybe the ticket http://trac.sagemath.org/sage_trac/ticket/7682 would resolve the issue?

2011-09-04 11:03:04 +0200 commented answer number formatting

No. I want something like that: sage: x=1.2345678 -> sage: x -> 1.2345678 sage: x = 0.00003 -> sage: x -> 3E-05. Sage print a number x in scientific notation if x>=10^7 or 0 < x <= 10^-7.

2011-09-04 08:11:09 +0200 asked a question number formatting

Is it possible to display all numbers >= 10^4 (or <= 10^-4) in scientific notation?

Regards

Georg

2011-06-03 07:27:04 +0200 received badge  Nice Question (source)
2011-05-09 09:47:24 +0200 commented answer How do I change the default latex output of a vector?

I'd prefer to overwrite the global function latex for vectors in a document. To replace \sage{v} with \sage{my_vector_latex(v)} for every vector is possible but a lot of work.

2011-05-08 09:21:01 +0200 asked a question How do I change the default latex output of a vector?

I want a vector v=vector([1,2,3]) to be diplayed in sagetex as (1|2|3) an not as (1,2,3). v=var('v',latex_name=latex(v).replace(',', '|')) does not work.

2011-04-04 11:57:49 +0200 received badge  Student (source)
2011-04-03 09:42:35 +0200 commented answer plot sqrt(sin(x))

This is a good workaround - thanks :) But I consider it still a bug - any objections? How can this be used in sagetex?

2011-04-03 05:55:53 +0200 asked a question plot sqrt(sin(x))

is there a way to plot this kind of functions right?

plot(sqrt(sin(x)),(0,10))

verbose 0 (4069: plot.py, generate_plot_points) WARNING: When plotting, failed to evaluate function at 74 points. verbose 0 (4069: plot.py, generate_plot_points) Last error message: ''