Search:

Type: Posts; User: clydefrog

Search: Search took 0.09 seconds.

  1. Replies
    31
    Views
    3,490

    Re: Splitting text into several components

    oh dear god! get it away from me!



    hmmm, well this definitely made my life much more difficult. Here i was thinking i was on the verge of completing this project... lol
  2. Replies
    31
    Views
    3,490

    Re: Splitting text into several components

    hehe thank you.

    You know, thats actually a really good idea! That way, the user can take the result and perform more calculations on it without having to copy and paste all the time. i like it!...
  3. Replies
    31
    Views
    3,490

    Re: Splitting text into several components

    Well basically it takes 2 polynomials of the nth degree, and is capable of adding, subtracting, multiplying and dividing them; then returning the result in canonical form.

    I've gotten about...
  4. Replies
    31
    Views
    3,490

    Re: Splitting text into several components

    Perfect! Thank you VERY much!
  5. Replies
    31
    Views
    3,490

    Re: Splitting text into several components

    sweet! i did a quick test and it seems to work as you said. i'll be sure to implement that into my actual program.

    However, i have another question. I know i'm beginning to leave the scope of this...
  6. Replies
    31
    Views
    3,490

    Re: Splitting text into several components

    oh okay.

    there might be something wrong with my loop, idk. ill try to mess around with it and see.

    thank you :)

    man this project is tough! I'm still working on the user input part of this. I...
  7. Replies
    31
    Views
    3,490

    Re: Splitting text into several components

    Could you briefly explain to me what that regex does? When i plug it in, i just get an infinite loop of "null" as my coef and exp. i'll try to tweak it
  8. Replies
    31
    Views
    3,490

    Re: Splitting text into several components

    Thank you :)

    Sorry i didnt reply sooner, i was away from the computer.



    Wow this is extremely helpful. I was scratching my head all day for an efficient way to add the the results into the...
  9. Replies
    31
    Views
    3,490

    Re: Splitting text into several components

    good night :)

    thanks for the help. im gonna keep working on this
  10. Replies
    31
    Views
    3,490

    Re: Splitting text into several components

    Yes! Thank you, i'll be sure to read that.




    this does not appear to be working for me actually. -12x^5 returns x^5,^5 instead of -15,5. and 5x returns x,null. 5 returns null,null. strange......
  11. Replies
    31
    Views
    3,490

    Re: Splitting text into several components

    well this is strange...

    I was starting to get desperate and frustrated since i've been working on this for about 8hours now, and i just kind of slammed by head against the keyboard then suddenly...
  12. Replies
    31
    Views
    3,490

    Re: Splitting text into several components

    lol you certainly are a superhero that works perfectly!

    The only issue i have left is to be able to pass it a polynomial with any number of terms. So far it only works with one term. I'm guessing...
  13. Replies
    31
    Views
    3,490

    Re: Splitting text into several components

    well i'm back.

    I tried to use the simple way, but honestly its not working out too well, fact is i dont even really have much to post on that i am trying to get the regex to work however, but i...
  14. Replies
    31
    Views
    3,490

    Re: Splitting text into several components

    thank you both!

    snowguy13 that seems to be the simplest way, thank you for that.

    Sean4u, wow that is really interesting; I had no idea something like that even existed! I might try using that...
  15. Replies
    31
    Views
    3,490

    Splitting text into several components

    Hi everyone!

    I've been lurking here for a few months but this is my first time posting. Im also pretty new in Java so forgive me if this question is too basic :)

    Anyway, i'm writing a program...
Results 1 to 15 of 15