About 545,000 results
Open links in new tab
  1. Evaluating a function at a point in SymPy - Stack Overflow

    I'm trying to code various optimisation methods, as a way of revising. I want to be able to use SymPy to evaluate a function with an arbitrary number of variables at a given point, where the …

  2. How to evaluate a function at a point in Matlab? - Stack Overflow

    Jan 20, 2014 · For example, if I have a function f(x)=x^2, how can I evaluate it at x=2? I have tried employing the symbolic toolbox and using the following code in the Command Window: syms …

  3. aws step functions - Evaluating an embedded JSONata string in …

    Nov 29, 2024 · Evaluating an embedded JSONata string in Amazon State Language Asked 1 year ago Modified 1 year ago Viewed 1k times

  4. Evaluating functions at several points - Stack Overflow

    Apr 26, 2012 · 3 You can use functions like Apply and Map to evaluate a function in a list of points, for example

  5. complex numbers - Evaluating $\cos (i)$ - Mathematics Stack …

    Nov 27, 2020 · Then it is well defined on the complex plane as well and Euler's formula gives us its real and imaginary parts. However Euler's formula still valid for any complex number and …

  6. Evaluating the Gamma function - Mathematics Stack Exchange

    Aug 8, 2017 · So I found out about the gamma function yesterday and I spent a bunch of time trying to evaluate certain values like $0.5!=\\Gamma \\left(1.5\\right)$. I used multiple …

  7. Evaluating functions defined by an indefinite integral

    May 18, 2024 · Evaluating functions defined by an indefinite integral Ask Question Asked 1 year, 5 months ago Modified 1 year, 5 months ago

  8. Evaluating gamma functions. - Mathematics Stack Exchange

    Jun 11, 2023 · Evaluating gamma functions. Ask Question Asked 2 years, 6 months ago Modified 2 years, 6 months ago

  9. Evaluating functions at matrices - Mathematics Stack Exchange

    Dec 24, 2018 · Evaluating functions at matrices Ask Question Asked 6 years, 11 months ago Modified 6 years, 11 months ago

  10. What does Python's eval() do? - Stack Overflow

    See also: Why is using 'eval' a bad practice? to understand the critical security risks created by using eval or exec on untrusted input (i.e.: anything that is even partially under the user's …