end an email
to sympy+unsubscr...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/sympy/349EC091-9B42-4854-9876-E650F8032595%40gmail.com.
rom this group and stop receiving emails from it, send an email
to sympy+unsubscr...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/sympy/73A0AD28-CA29-4D87-923D-213355CDD1C6%40gmail.com.
= z*sp.cos(y) + z**2*x
print(F"f(x,y,z) = {f}")
# Let g(t) be a vector valued function mapping R to R3:
t = sp.Symbol("t", real=True)
g = t * R3.i + -t**2 * R3.j + -t * R3.k
print(F"g(t) = {g}")
# Find the derivative with respect to t of the composition:
# d/dt[f(g
you are subscribed to the Google Groups
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to sympy+unsubscr...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/sympy/4c10f624-3efb-4df2-9eac-3da
ng the ordering.
>
> Aaron Meurer
>
> On Mon, Jun 4, 2018 at 4:20 AM, Andrew D. Hanlon
> wrote:
> > Hello Everyone,
> >
> > I've been using sympy in my research for several months now, and it has
> been
> > really great! I have a suggestion for a pos
op receiving emails from it, send an email
to sympy+unsubscr...@googlegroups.com.
To post to this group, send email to sympy@googlegroups.com.
Visit this group at https://groups.google.com/group/sympy.
To view this discussion on the web visit
https://groups.google.com/d/msgid/sympy/CACO9nak03Qo%2B
mpy.
To view this discussion on the web visit
https://groups.google.com/d/msgid/sympy/CACO9nakgG%2BroyzWA6ErPku1X%3DdieJ8A5uyOVGFGmku8N4z-%3DrQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
s://groups.google.com/group/sympy.
To view this discussion on the web visit
https://groups.google.com/d/msgid/sympy/17ab7510-a7f8-4548-a5df-5896deaa4173%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
at 10:55:11PM +0200, Friedrich Hagedorn wrote:
>
> > On Fri, Apr 18, 2008 at 01:36:40PM -0700, d wrote:
> > > just some basic follow-up:
>
> > > (1) regarding the subscripting:
> > > (1a) Ondrej's output on my browser is:
>
> > > In [5]: Symbo
> > I don't usually work with pde, but at least one of your question is
> > answered now:
>
> > > #Q2b: ok, but the (pprint,latex) display of the differential operator
> > does not have a subscript (e.g., pprint displays as dx1, not dx_1)?
> > > #A
I came across many places where there is code like Basic.Zero() , Basic.Add(),
Basic.Integer() etc. However,
None of these seem to be defined in the Basic class (or in the metaclass).
Am i missing something?
Goutham
--~--~-~--~~~---~--~~
You received this message b
The __call__ method for the core.basic.Basic class has 2 return statements
*return Basic.Function(self[0])(*args)
print self, args
return Basic.Apply(self, *args)
*Can someone explain whats going on here?
Also what does the *cache_it_immutable *function do exactly?
Goutham
--~--~-~--~--
*Commited. BTW next time, could you please tell you hg to
include your full name and email? *
sure.
Is there a way to send the patches directly using hg?
Goutham
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"sympy
Removed the function quad_residue() from residue.py.
Goutham
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"sympy" group.
To post to this group, send email to sympy@googlegroups.com
To unsubscribe from this group,
This is the updated patch.
Goutham
On Nov 22, 2007 12:10 AM, Goutham D L <[EMAIL PROTECTED]> wrote:
> I have written a new module named residue.py in the ntheory
> folder.Test cases have been added. I think the code can be optimised
> more. I will look into this later. Let me kn
I have written a new module named residue.py in the ntheory
folder.Test cases have been added. I think the code can be optimised
more. I will look into this later. Let me know if there are any
problems especially any issues with the coding style.
Goutham
--~--~-~--~~~-
16 matches
Mail list logo