GithubHelp home page GithubHelp logo

Comments (4)

arbylee avatar arbylee commented on July 24, 2024

Hi there, I'm interested in taking a crack at this if it's not assigned

from mathsteps.

evykassirer avatar evykassirer commented on July 24, 2024

That would be fantastic, thank you! This will help us solve a lot more equations than we were able to before.

Let me know if you have any questions or encounter anything tricky

from mathsteps.

arbylee avatar arbylee commented on July 24, 2024

I got a basic case working, but am questioning my approach as I try to get the more complex case working. I'd like to hear your thoughts

Symbols.getLastSymbolTerm currently relies on Node.PolynomialTerm.isPolynomialTerm to find the last symbol term. It doesn't recognize terms such as 1/(2+x) because it's not definitionally a polynomial term. I'm not planning on changing isPolynomialTerm, but I've started to enhance Symbols.getLastSymbolTerm and the helper function isSymbolTerm to recognize 1/(2+x) as a symbol term. I'm currently planning something like Symbols.getLastSymbolTerm on 3/(x^2 + 3) to return 1/(x^2 + 3) I'm wondering if that's dirtying the definition of "symbol term" or if you have some other approach in mind

from mathsteps.

evykassirer avatar evykassirer commented on July 24, 2024

Yeah I had a feeling this had some trickiness to it haha.

Good idea - I think that makes sense (and if it doesn't, we can move that functionality to a different place so feel free to write it out now). Perhaps this function shouldn't live in Symbols and should be in a more equation specific file. What do you think?

I'd also like to bring @aelnaiem into the conversation too if he's free/interested, cause he wrote most of the equation code and might have some opinions on stuff.

from mathsteps.

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.