GithubHelp home page GithubHelp logo

Comments (4)

kindlychung avatar kindlychung commented on May 27, 2024

Julia version 0.6

from symengine.jl.

isuruf avatar isuruf commented on May 27, 2024
F(x) = begin
  x1 = x[1]
  x2 = x[2]
  res = SymF(x1 => x1, x2 => x2)
  convert(Float64, res)
end

Problem with the code is that in line4, the function call is equivalent to SymF(1=>1, 1=>2) since x1 has value 1, but the first argument of each pair has to be of type Basic, but 1 is a Int64.
How about adding a new method that takes in Symbols as well?
For eg: SymF(:x1 => x1, :x2 => x2)

from symengine.jl.

jverzani avatar jverzani commented on May 27, 2024

In SymPy we had that but removed it. It had issues when assumptions were put on symbolic variables. Here the issue is two uses of the same variable name.

from symengine.jl.

jverzani avatar jverzani commented on May 27, 2024

To elaborate, the hashing of a new variable derived from a symbol was not the same as one with assumptions. If that wouldn't be a symengine issue, the previous comment isn't apt.

from symengine.jl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.