14 questions
I would like to calculate the inner product ··b using ((nabra), but how can I do it from here?I want to print 3.import numpy as npx = Symbol ('x')y = Symbol('y')z = Symbol ('z')del_x = np.gradient(,dx...
I have a question about the graph of the formula created by SymPy.Take the following sample code as an example: the first quadrant on a coordinate plane with a primary function and a circle.A total of...
1+2*x-3*cos(x)1st Second +2*xThird - 3*cos(x)Could not find standard function.Is it a regular expression method?Thank you for your cooperation.
How do I solve the equation for x in the exponential function below? exp(-1/x**2) = exp(-2/x**2) - exp(-3/x**2)I used sympy's solution method, but it was executed infinitely and it didn't work.The env...
四 I'm looking for the sympy of the tetrahedral (triangle pyramid) inscribed sphere.In other languages.②I tried running it on the vba solver. Please tell me how to shorten the vba code.Only one example...
I am not familiar with Python and do not know what the error is and how to resolve it.Does this mean that the called kv does not support integration?source codeimport numpy as npimport pandas aspdimpo...
When the straight line is parallel to the x-axis or the y-axis, do we need to deal with the case separately?How many cases should I divide it into?Thank you.The following error appears in Example 7.Un...
s What is the number of interval ranges in the Union of sympy?②Is this OK? I tried Union→Interval→Union.Thank you for your cooperation.from sympathy import*k = Symbol ('k')ineq = 'k**2-40>0'an1 = s...
If you receive an object that you spun Fourier_transform with Sympy as lambdify, a name error appears that FourierTransform is not defined even though numpy and sympy are applied to the module. import...
I used integrals and integrates commands to integrate functions containing square roots using Python's sympy module, but the results didn't come out well...For example,root{(x^2+1)}I wrote the code to...
- 1 - | » |
© 2024 OneMinuteCode. All rights reserved.