10/07/2014, 08:55 PM
(10/07/2014, 07:04 PM)tommy1729 Wrote: Hi guys.
I want to thank you all for your contributions at the forum.
But one thing frustrates me.
The " computation " section.
Im not so good with code.
And that bugs me.
That way there are things I do not understand.
I prefer math notation.
However I see the value of those posts and I understand that we want to plot and compute what we talk about.
Although I had some experience with math programs , such as maple , I still find myself puzzled by code or pseudocode.
I think many of you here studied computer science or such.
I have very little time although I post here regularly.
I doubt if I can learn and understand these codes in a short amount of time.
But its not just the code that bothers me.
Its the frustration that I cannot see the math behind it , because its not in math notation.
Im not sure how complex or Original the math behind the ideas is , but I do not like to miss out on it.
Also , Im not even sure how to use those code things.
What is this " pseudocode " actually ?
Is it a sort of generalized language such that you can write the code for your program yourself ( C+ , mathematica , maple , sage , ... ) ?
Im not sure for what programs those " pseudocodes " can be used.
Maybe I neglected computer science to much.
Maybe I have trouble with the code because Im not one of the first members.
I wish I could contribute more to the computation section.
regards
tommy1729
Hey Tommy,
I'm a computer geek, by hobby and by profession, so I tend to think in code, when the need arises. I like the math notation, but face two frustrations:
1) The TeX language is difficult to write/format quickly, and the alternative (plain text) is quicker but only useful for the most basic notations.
2) I can't "do" anything with it, the way I can take a block of code and use it to "do" things, like calculate a table of values, or better yet, calculate data points to display graphically. You may have noticed I liked to graph things. I feel it makes the data more accessible, in an intuitive sense.
I've been doing a lot of coding lately, and I need to get around to converting more of my results to math notation. If you think it would help, I can try to do more graphics. I don't want to go overkill on the graphs, especially because size can be a big concern. On my phone, the graphs make the page display funny. On my 1920x1080 HD display, my graphs look tiny. It's hard to size them correctly.
For what it's worth, I doubt I've come up with much original. Maybe novel restatements of previously discovered things. I think my most original contribution was my acceleration of Andrew Robbin's matrix method, and I honestly don't know how original that was.
~ Jay Daniel Fox

