Re: [sympy] Dimensional Analysis

2022-11-24 Thread 'XR-7 RKE' via sympy
Thank you. Will check it out! On Tuesday, 22 November 2022 at 09:41:24 UTC+7 syle...@gmail.com wrote: > If you expect correct decimal arithmetic and rounding, it could be better > look at the alternatives like decimal > library. > I don't think t

Re: [sympy] Fine tunning of sympy plot

2022-11-24 Thread Oscar Gustafsson
I think one way (the one I use) is to use lambdify to get a function that can generate a NumPy output from a NumPy input and then just rely on Matplotlib. The drawback is that you will have to specify the input in some way and that parts of the "clever" sampling that SymPy does (and maybe handle di

Re[3]: [sympy] Fine tunning of sympy plot

2022-11-24 Thread Антон Макаров
Отправлено из мобильной Почты Mail.ru четверг, 24 ноября 2022 г., 23:25 +0300 от antonvmaka...@gmail.com : >Thank you for answer but I need to create and tune plots programmatically in >order to insert them in web page later. As soon as I use sympy to perform some >calculations and creat

Re: [sympy] Newbie says Hi! and seeks help with subs()

2022-11-24 Thread Jeremy Swift
Thanks for the quick advice, Aaron. I'm making progress again as a result. Jeremy On Thursday, November 24, 2022 at 5:02:19 AM UTC asme...@gmail.com wrote: > The problem is that eq1 is a list. solve() returns a list because in > general an equation can have more than one solution. To get the > s

[sympy] Fine tunning of sympy plot

2022-11-24 Thread Anton Makarov
Hi, i need to perform fine tunning of sympy plot. For instance, i need to make a grid lines, change position of legend, ect. How can i do this? -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails fr