[sage-support] Triple integrals in a specific region of space

2020-09-06 Thread Teodoro Coluccio
Can I perform triple integrals in a region of space I define? I'm trying to 
migrate from mathematica to sage, and in mathematica I could go and define 
a region of space (with various limitations) and then perform the integral 
of a function on it. Here is an explanatory image:
https://ibb.co/H74hgVS
Is there a way to easily perform this operation even in sage?

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/6692345e-f559-4637-9e4e-b679e9bbdc37n%40googlegroups.com.


Re: [sage-support] Triple integrals in a specific region of space

2020-09-06 Thread Dima Pasechnik
[Technical warning]
Please do not post links with ads here (in particular the sort of ads
that basically obscure the important part - after I opened your link I
thought it's pure spam, for a moment). You can attach images to your
messages, or find a service that does not do this kind of spam, e.g.
github's gists can be used
(https://remarkablemark.org/blog/2016/06/16/how-to-add-image-to-gist/).

On Sun, Sep 6, 2020 at 8:25 AM Teodoro Coluccio
 wrote:
>
> Can I perform triple integrals in a region of space I define? I'm trying to 
> migrate from mathematica to sage, and in mathematica I could go and define a 
> region of space (with various limitations) and then perform the integral of a 
> function on it. Here is an explanatory image:
> https://ibb.co/H74hgVS
> Is there a way to easily perform this operation even in sage?
>
> --
> 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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-support/6692345e-f559-4637-9e4e-b679e9bbdc37n%40googlegroups.com.

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/CAAWYfq2c-XgKAVnVfoRyS0vdYuk-0nHGn3nwq%3D%2BnAFaDtGSvCQ%40mail.gmail.com.


[sage-support] Triple integrals in a specific region of space

2020-09-06 Thread Teodoro Coluccio
Can I perform triple integrals in a region of space I define? I'm trying to 
migrate from mathematica to sage, and in mathematica I could go and define 
a region of space (with various limitations) and then perform the integral 
of a function on it. Here is an explanatory image:
[image: screen.png]
Is there a way to easily perform this operation even in sage?

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/2f4b4ec1-5661-490a-925d-6d038692bc0dn%40googlegroups.com.


[sage-support] Trouble with launching external viewer

2020-09-06 Thread 'Martin R' via sage-support

On a completely clean install (ubuntu, sage 9.2.beta11), doing

sage: plot(sin(x), (x,0,3))
Launched png viewer for Graphics object consisting of 1 graphics primitive

or

sage: view(graphs.PetersenGraph())

does not actually launch the external viewer.

doing xdg-open in the sage -sh does.

viewer is 'sage-native-execute xdg-open'

I tried trace, but no error is raised anywhere.  Ideas?

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/92ad7813-4c5e-4f80-b254-a5b65dd46a48n%40googlegroups.com.


[sage-support] Re: Trouble with launching external viewer

2020-09-06 Thread 'Martin R' via sage-support
I just discovered that this only happens when I use xdg-open from within 
emacs, no matter whether I use ansi-term or something else.
Martin R schrieb am Sonntag, 6. September 2020 um 12:18:56 UTC+2:

>
> On a completely clean install (ubuntu, sage 9.2.beta11), doing
>
> sage: plot(sin(x), (x,0,3))
> Launched png viewer for Graphics object consisting of 1 graphics primitive
>
> or
>
> sage: view(graphs.PetersenGraph())
>
> does not actually launch the external viewer.
>
> doing xdg-open in the sage -sh does.
>
> viewer is 'sage-native-execute xdg-open'
>
> I tried trace, but no error is raised anywhere.  Ideas?
>

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/c0408f3f-5ad3-4c86-ab9b-7da479db7401n%40googlegroups.com.