Skip to main content

All Questions

Tagged with
0 votes
3 answers
605 views

how to stop rounding of decimal values and e formatted value in python

I am typing a code to produce values for integration via the Trapezoidal method and Simpson's rule as well as the absolute difference of these values given an input 'n'. The 'n' input is a function in ...
villematicc's user avatar
0 votes
2 answers
198 views

Efficient way to calculate where a multivariable function takes values between a interval in Python

I have two multivariate equations that determine the inverse kinematics of a robot. These equations depend on the variables theta1 and theta2 (the other variables are geometric constants) import ...
Eduardo Vieira's user avatar
1 vote
0 answers
114 views

Numerical integrals and derivatives over implicit variables

I have an array representing an independent variable r = {r_0, r_1, ..., r_N}, and three arrays representing functions of that variable: n(r) = {n_0, ..., n_N}, p(r) = ..., and E(r) = .... I'd like ...
DilithiumMatrix's user avatar