Are you good at math?
All of the the mechanical computational aspects of differential calculus can be managed using infinitesimals which is how Newton and Leibniz did it. Limits were not really an established concept until about the time of August Cauchy over a hundred years after Newton.
ruveyn
I'm pretty horrible at math. My train of thought is pretty much all over the place so I don't really think in a straight step-by-step fashion. Like if someone gives me directions, it's hard to keep up with what that person's saying so I'd rather just have someone draw me a map.
I love Math. I have a LOT of catching up to do with it, but what I struggled with years ago seems easy breezy now <3 I'm gonna pursue my chemical engineering degree and I just wanna do math problems til I POP! Sit me down with math homework all day and I'm happy as a clam in a closed, un-cooked, shell!! !
_________________
Tonight you can't put me up on any shelf
Because I came here alone and I'm gonna leave by myself!
I'm the exact same. Wait until you have to subtract them.

Subtraction is virtually the same as addition. As long as one subtracts a smaller number from a larger, all is well. Addition has no such constraints.
Well that is not exactly true. One can reformulate the "carry" and "borrow" rules so that subtraction and addition work exactly the same way which is the underlying truth.
Given a and b there exists x such that a + x = b. That is true regardless of magnitudes.
ruveyn
What annoys the most is that I can see enough of mathematics to know that it is a very beautiful thing, and something which I would otherwise have enjoyed immensely - except for the inconvenience that it all just slides off me.
Nothing sticks, and I struggle to manage 'not quite getting it'.
_________________
Giraffe: a ruminant with a view.
I'm the exact same. Wait until you have to subtract them.

Subtraction is virtually the same as addition. As long as one subtracts a smaller number from a larger, all is well. Addition has no such constraints.
Well that is not exactly true. One can reformulate the "carry" and "borrow" rules so that subtraction and addition work exactly the same way which is the underlying truth.
Given a and b there exists x such that a + x = b. That is true regardless of magnitudes.
ruveyn
I can easily work with fractions, but I usually convert to decimal, or an expression of the form A/B to A * B^-1. It means fewer rules to memorise
In your case, assuming there isn't any X's or Y's in there, just convert to decimal

_________________
The scientist only imposes two things, namely truth and sincerity, imposes them upon himself and upon other scientists - Erwin Schrodinger
Member of the WP Strident Atheists
In your case, assuming there isn't any X's or Y's in there, just convert to decimal

Converting to decimal is usually a very ugly way of doing it. Consider fractions of the form a/(np), where a is some integer, n is any integer, and p is any prime other than 2 or 5. They are extremely clumsy to deal with in decimal notation, and they occur with sufficient frequency that I would not want to deal with the hassle. Converting to decimal only properly works with fractions where the denominator's prime decomposition consists only of 2s and 5s.
_________________
WAR IS PEACE
FREEDOM IS SLAVERY
IGNORANCE IS STRENGTH
It depends what you are computing, or how accurately you want to compute it. There are cases where you really don't want to expand the fraction to decimals. If I'm trying to work out something to give myself an idea about a real world concept (how much copper in 20,000 747's, probability of event x) I often to approximate the fractions as a fraction with prime decomposition 2 or 5. For pure maths, it's not a great idea. Accuracy is paramount; an answer that is nearly right isn't right, as they say.
For exams, calculators and leaving stuff and manipulating fractions are protocol.
Excel is generally a godsend though for messing around with Data from lab, or any tedious calculations.
_________________
The scientist only imposes two things, namely truth and sincerity, imposes them upon himself and upon other scientists - Erwin Schrodinger
Member of the WP Strident Atheists


I don't understand how calculus is abstract- it seems like the most intuitive and physically concrete form of mathematics I can think of. Linear algebra would have to be at least as abstract, usually more so.
The ideas behind it, like differentiation, integration, the squeeze theorem, are intuitive, but at soon as you start applying them to complex enough functions (x^(4x^2 + 5)) you loose a lot of the intuition. That, and the fact that halfway through semester two we still havn't seen a single proof for any of this stuff

They should've been covered in infinite limits. Anyway, here they are.

Linear Algebra/Matrix Theory is pretty abstract. I remember linear transformation being capable of some weird stuff.
Last edited by Biokinetica on 23 Mar 2011, 4:22 pm, edited 1 time in total.
I just prefer not to introduce unnecessary rounding errors. There are software packages that are capable of storing fractions in exact form.
Do not use Excel! It is a deeply, deeply flawed program that is completely unsuitable for all but the most trivial tasks (and even then it isn't terribly trustworthy). If you must use spreadsheets, use either LibreOffice Calc or Gnumeric; the authors of those packages would actually be capable of passing a high school math course.
_________________
WAR IS PEACE
FREEDOM IS SLAVERY
IGNORANCE IS STRENGTH
I just prefer not to introduce unnecessary rounding errors. There are software packages that are capable of storing fractions in exact form.
Do not use Excel! It is a deeply, deeply flawed program that is completely unsuitable for all but the most trivial tasks (and even then it isn't terribly trustworthy). If you must use spreadsheets, use either LibreOffice Calc or Gnumeric; the authors of those packages would actually be capable of passing a high school math course.
The rounding errors would usually only be found on my "back of the envelope" or "in my head" calculations; i.e. one's I can afford to have a 10% error margin in.
As for Excel, I only use it for the most trivial tasks these days after you warned me it sucks, but even at that I've noticed it actually introduced slight rounding errors, and some stupid problems when messing with the address function. I'm giving up on "spreadsheet programming" soon anyway, I'm going to try and learn R/Mathematica, preferrably the latter because it is less about coding and more about bog standard functions and arithmetic tricks

_________________
The scientist only imposes two things, namely truth and sincerity, imposes them upon himself and upon other scientists - Erwin Schrodinger
Member of the WP Strident Atheists

Mathematica's fun, but it's a pain to try and get a legit copy of it. It's a few thousands bucks if you want to purchase your very own copy that you're actually allowed to use for stuff. You can get a student edition for a couple hundred if you agree not to do anything with it. Since finishing my Mathematica course at school, I've been toying around a bit with WxMaxima. It does basically the same stuff as Mathematica, with slightly different syntax and a bit less polish, but it's free.
R has a completely different purpose than programs like Maxima/Mathematica/Maple. It's useful to know R if you're going into any scientific field, but based on your age it's probably not urgent... I still don't know enough R to do anything useful with it.
_________________
WAR IS PEACE
FREEDOM IS SLAVERY
IGNORANCE IS STRENGTH

Mathematica's fun, but it's a pain to try and get a legit copy of it. It's a few thousands bucks if you want to purchase your very own copy that you're actually allowed to use for stuff. You can get a student edition for a couple hundred if you agree not to do anything with it. Since finishing my Mathematica course at school, I've been toying around a bit with WxMaxima. It does basically the same stuff as Mathematica, with slightly different syntax and a bit less polish, but it's free.
R has a completely different purpose than programs like Maxima/Mathematica/Maple. It's useful to know R if you're going into any scientific field, but based on your age it's probably not urgent... I still don't know enough R to do anything useful with it.
Yeah, I've been considering buying a hobby licence when I get work during the summer. One of the main pro's about mathematica is that is has a pretty intuitive synthax, but I'll have a look at WxMaxima.
I think there are half-courses in Scientific Computation in my degree, did you find yours to be worth taking? My friend says it's pretty unlikely that someone could get a good understanding of programming by being self taught...
_________________
The scientist only imposes two things, namely truth and sincerity, imposes them upon himself and upon other scientists - Erwin Schrodinger
Member of the WP Strident Atheists
The syntax isn't too different... (Wx)Maxima is based on Macsyma, the original CAS from MIT. Mathematica started life as a knock-off of Macsyma. It has some cool stuff, and I'm still more familiar with it than with Maxima, but at least for my purposes I don't think it would be worth the cost, especially when the student license is so prohibitive in what you are allowed to do with it.
Hm... it depends. I would instinctively distrust a course called "scientific computation." It superficially sounds like a good/useful class, but could very well be a waste of time. My school has "Computing for Scientists" which is a garbage course used for transcript padding by pre-meds. My Mathematica course was not that great; I could have spent my time in better ways. Generally, the more buzzwords you see in a course title/description, the faster you should run in the opposite direction. There are a lot of self-taught programmers in the world, but it wouldn't hurt to take a programming course or two, just as long as they are the "real" programming courses through the computer science department.
_________________
WAR IS PEACE
FREEDOM IS SLAVERY
IGNORANCE IS STRENGTH
Similar Topics | |
---|---|
Hello all, good to be here! |
14 Jul 2025, 9:02 am |
What's good? |
06 Jul 2025, 9:24 am |
Good coworkers |
03 Jun 2025, 8:04 pm |
Good intentions |
17 Jun 2025, 7:38 pm |