Clément Robert · @neutrinoceros
112 followers · 276 posts · Server fosstodon.org

Rebuilding ‘s internals from the ground up, towards a faster and more flexible implementation oscarbenjamin.github.io/blog/c

#sympy

Last updated 1 year ago

Leonardo Grando · @lgrando1
38 followers · 114 posts · Server sciencemastodon.com
Jocelyn · @cyclotopie
84 followers · 1468 posts · Server mastodon.gougere.fr

@trefle
Toute ma symp-athie, mais connais tu ?
Bon ça résout pas tout bien sûr, mais ça aide.

#sympy

Last updated 1 year ago

Yann Büchau :nixos: · @nobodyinperson
271 followers · 1183 posts · Server fosstodon.org

@jakob_thoboell @eliasp MetPy ist umfangreich, hat aber einen etwas anderen Fokus (z.B. Gitterdaten, weniger Zeitserienanalyse), siehe hier: tue-umphy.gitlab.io/software/p

Mit PARMESAN habe ich versucht, mehr(ere) Sicherheiten in der Physik (Wertebereich-&Einheitencheck) und Mathematik ( Formeln) und mehr Flexibilität einzubauen (weniger hard-coding). Am Ende ist es eine Kollektion von meteorologischen Funktionen, die ich/wir oft benötigen.

#sympy

Last updated 1 year ago

Yann Büchau :nixos: · @nobodyinperson
271 followers · 1183 posts · Server fosstodon.org

@eliasp @WolfgangFeist @isotopp

Dazu habe ich das -Paket PARMESAN für unsere Arbeitsgruppe @umphy gemacht:

gitlab.com/tue-umphy/software/

Hier die Doku der Feuchtigkeits-Funktionen:

tue-umphy.gitlab.io/software/p

Ich habe das Paket grade deutlich aufgebohrt, sodass viele der Gleichungen samt Doku dank autogeneriert werden. Ich reiche bald einen Artikel dazu bei @joss ein. 🥳

#python #sympy

Last updated 1 year ago

Joaquim Puig · @joaquimpuig
84 followers · 453 posts · Server mathstodon.xyz

Posting my recipes for using external libraries in Python for . The library makes it easy to document computations for teaching and research.

#python #sympy #Quarto

Last updated 1 year ago

Leonardo Grando · @lgrando1
27 followers · 45 posts · Server sciencemastodon.com

Duas novas postagens no lgrando1.github.io sobre números complexos, utilizando e sua biblioteca para efetuar as operações matemáticas.
Pt.1: Introdução e Representação Cartesiana e operações básicas:
lgrando1.github.io/post/comple
Pt.2: Forma Polar, exponenciais, raízes, funções complexas e Cauchy-Riemann:
lgrando1.github.io/post/comple
Os códigos destas postagens podem ser encontrados aqui:
github.com/lgrando1/Notas_Nume
Fico à disposição para sugestões, dúvidas.

#python #sympy #complex #numbers #math #theory

Last updated 1 year ago

Yann Büchau :nixos: · @nobodyinperson
262 followers · 1115 posts · Server fosstodon.org

😂 Here I am, entering an equation for the Monin-Obukov length (a turbulence parameter) into , and SymPy is like: No! 😂

WTF is happening here? Vars are just symbols with positive=True and real=True, except for L_MO and F_H which have positive=False.

Interestingly, if I constrain F_H to positive, the equation stays an equation and is not just False. 🤔

EDIT: Aaah, positive=False means *negative* 🤦 SymPy did its job! 👍 Describing problems helps! 😃

#sympy #math #physics #meteorology #python

Last updated 1 year ago

James C :python: · @jamescooke
107 followers · 502 posts · Server fosstodon.org

@nobodyinperson Also just found this mention of in @pythonbytes with @allendowney : talkpython.fm/episodes/show/42 👈🏻 scroll to about 50 minutes in to hear about using SymPy when modelling glucose / insulin levels.

I like what Allen says about SymPy helping to separate the symbolic expression of the system from "The grind". This is what we’ve found, but with our financial model.

#sympy

Last updated 1 year ago

Yann Büchau :nixos: · @nobodyinperson
254 followers · 1102 posts · Server fosstodon.org

Holy sh*t, is such a crazy powerful package, look how much you can get out of a single one-line expression and some fancy decorators and wrappers.

This is from the development of PARMESAN, a package for meteorological/turbulence/timeseries analysis I'm working on @umphy and that I plan to submit to @joss in near future.

#sympy #python

Last updated 1 year ago

James C :python: · @jamescooke
102 followers · 471 posts · Server fosstodon.org

It seems I'm having ALOT of fun writing financial contract rules into 😊

Even _just_ being able to render reasonable versions of these financial clauses is already a great help - I don't know why I didn't do this years ago.

docs.sympy.org/latest/tutorial

#sympy

Last updated 1 year ago

Ronaldo V. Lobato · @ronaldo
64 followers · 108 posts · Server astrodon.social
Rick de Wolf · @watchie
37 followers · 157 posts · Server mathstodon.xyz

Question for anyone who's an engineer, a mathematician, or a software developer: do you ever use tools like , , or other computer algebra systems?

#sympy #mathematica

Last updated 2 years ago

Dumb Cheesewedge · @merpderp
121 followers · 1049 posts · Server mastodon.sergal.org

is pretty damn cool for doing equations in , definitely gotta use it more

#sympy #python

Last updated 2 years ago

Yann Büchau :python: · @nobodyinperson
166 followers · 621 posts · Server fosstodon.org

In a productive coding-on-the-train session I wrote a -only renderer for SDFs (signed distance functions). SDFs are defined with which brings the immense advantage of having it derive an analytical solution for the surface normals needed for shading.

What you see below is a first result of a rendered sphere pierced by three infinite cylinders of different diameters.

Code dump is here: gitlab.com/nobodyinperson/sdf-

#python #sympy #3dmodelling #3d #render

Last updated 2 years ago

Franz Schaefer (Mond) · @mond
62 followers · 226 posts · Server mas.to

Btw it is done with

#sympy

Last updated 2 years ago

Yann Büchau :python: · @nobodyinperson
149 followers · 538 posts · Server fosstodon.org

is a crazy good package! 🤯

There's even a -like website 😂: sympygamma.com/

Here is a super quick example of having it generate a usable Python function for maximum error estimation 😲

#sympy #python #wolframalpha #SymPyGamma #cas #calculus

Last updated 2 years ago

Brandon Willard · @brandonwillard
60 followers · 399 posts · Server fosstodon.org

@sp_monte_carlo, here's an old, unfinished manuscript from nearly 10 years ago that demonstrates some of the computational work for marginalized Horseshoe (and other polynomial tail) priors in : tinyurl.com/hs-marginals. It uses a generalized G/H-function framework to cover entire classes of priors. Since there are broad theorems for producing asymptotic series of these special functions, it can work out pretty nicely.

#sympy

Last updated 2 years ago

好好引用 · @betterquote
1989 followers · 979 posts · Server alive.bar

春江晴空
2023-01-09 weibo.com/6974466537/MnsmEFmHL

因为[2]中提到的行动(图2),我们治疗时的两种不可替代的药物, 全部下架。特别是醋酸环饼运彤,在 可以在 配到的,但其他城市都要到 才能配到。医院也说是不进货,配完为止
药物关芳的代理商,因为政策原因,无法代理这个药品(图3)。国内的生产厂家,由于经济原因可能会很快停产(图4)
一旦突然停药,会导致内分泌极度失调,造成严重反应,会引起死亡。以我们之前的数据,这样的死亡率是1/5
同时,在几天内经历整个,还叠加和 加强版,精神原因的 和身体原因的死亡率可能差不多
从12月20日至今,我所知道的人中已经有17人因此去世
所引用文件[1]和上一版唯一的改动是,限制了磁二纯和醋酸环饼运彤;虽然说是线上,但12月初线尚、 同步下架。我们发现 能够缓解突然停药造成的死亡后,在没有发任何公示的情况下,突然禁止了笔卡鲁安的销售,包括医院内
我们自己有一些储备,互相借来借去,暂时还能维持,但维持不了多久。到2月我们互相借不到的时候,会有五分之一因为身体问题去世,五分之一因为生理性精神状况去世,2/5的死亡率
我们并不是社会的蛀虫。
高中 办理的选拔国家队的五大竞赛,我们以十万分之一的出生率,每三年总会有一两个同类进入只有4人的国家队,代表中国参加全球总决赛
科研领域, 一部分世界顶端是一个同类在国内做的
在生产领域, 全国产,世界承认、集成进微软Windows WSL的,只有 [3],它几乎是一个同类以一己之力创立,并且主要的一些维护者也都是同类
我自己也代表国家打破过世界纪录,也是 工程的成员:我们很快都会面对相同的情况,我们会有40%的人去世。普通人会更难,死亡率会更高。
哪怕犯了再大的错误,也不应该是这种惩罚吧
我们只是想好好地活……
我只想在一个安静的角落研究……
虽然湖面结冰了,但春天总会来的吧……求看到这个的同类努力活下去☀️……求大家帮助转发🙏……

#雌二醇 #醋酸环丙孕酮 #北京 #北医三院 #省会 #更年期 #产后抑郁 #死亡率 #医院 #比卡鲁安 #教育部 #量子计算 #纠缠研究 #开源 #操作系统 #aosc #numpy #sympy #解析数论 #序数分析 #trans #跨性别 #humanrights

Last updated 2 years ago

Tipa · @Tipa
146 followers · 431 posts · Server masto.ai

Advent of Code Day 21 — Monkey Math

Hey, monkeys again! Shouting! Luckily, we have an elephant to interpret. I feel... morally uneasy about today's solution.

chasingdings.com/2022/12/21/ad

#adventofcode #elephant #monkey #python #sympy

Last updated 2 years ago