Berkeley CSUA MOTD:Entry 16263
Berkeley CSUA MOTD
 
WIKI | FAQ | Tech FAQ
http://csua.com/feed/
2025/05/25 [General] UID:1000 Activity:popular
5/25    

1999/8/6-8 [Computer/Theory] UID:16263 Activity:high
8/6     So, i'm just wondering, how important is Math 53 (multivariable
        calculus - i believe it was 50a in the olden days) to a non-graphics
        software engineer career.
        \_ Math is useless.  Major in the social sciences.  Go to law
           school.  Learn some social skills.  You'll make more money and
           meet better looking people.
        \_ All math is massively valuable to intelligent people who intend
           to have careers using thier brain in any respect whatsever.
           \_ In fact I am of the opinion that an entire second major (in math)
              is worth the time and effort if you have enough units to spare.
              -- ilyas
           \_ keep in mind there are all kinds of math, so if you are not
              into "the calculus" or maybe don't believe in real numbers,
              there is still all kinds of logic, algebra, and formal calculus
              that can be useful in later life. friendly intros in the philo,
              comp sci, cog sci, and linguistics dep'ts exist so you don't
              have to suffer a grad level math class you didn't mean to try.
              \_ Spelling looks fine to me.  Some of the grammar is spotty.
           If you doubt the usefulness of a math class, you should probably
           switch to business, or some other major thot does not require
           brain usage.
        \_ Why bother getting a CS degree.  Just get a job.
        \_ It was Math 50B. Math 50A was linear algebra and o.d.e . It may
           or may not be useful depending on what sort of software you
           develop. Take it anyway. --dim
        \_ Math 50A became Math 54, Math 50B became Math 53 (I was taking
           them during the rename).  I don't do graphics and don't find
           the material to be particularly relevant to anything I've done
           since then, but I feel that math classes like that are good
           for improving general problem-solving skills (which are very
           relevant to what we all do as computer programmers).  They're
           also an annoying form of torture, because Berkeley doesn't
           seem to have any profs left who can teach undergrad math.  You
           either get a good TA and learn from them, or you suffer.
        \_ You don't need it, even if you do graphics   -muchandr
           \_ U must n0t B smairt bc eye red 0n D m0te-D dat 2 B smairte eye
              nede 2 n0e l0tz uv maths s0 eye kan werk for 3d-ef-x or da
              d00m guyz n B k00l!  0nlee maths peeple R smairte!!!1111@@@
           \_ I dispute this... if you are doing graphics at anything above
              the undergrad level, multivariable calculus is a necessity,
              as are a few other branches of math.  But I guess that's not
              important since the dude doesn't wanna to graphics.  Lemme
              important since the dude doesn't wanna do graphics.  Lemme
              ask this: does he plan on doing any kind of specific programming,
              or does he want to be an unspecialized (unskilled?) coder?
              That will make the question easier to answer.   -blojo
        \_ It can be useful if you ever have to deal with statistics and/or
                probability beyond the basic level
        \_ For what it's worth, I remember 50a as being Linear Algebra, not
           the same thing as multivariable calculus.  There is overlap, but.
2025/05/25 [General] UID:1000 Activity:popular
5/25    

You may also be interested in these entries...
2012/8/30-11/7 [Computer/SW/Apps, Computer/SW/Unix] UID:54470 Activity:nil
8/30    Is wall just dead? The wallall command dies for me, muttering
        something about /var/wall/ttys not existing.
        \_ its seen a great drop in usage, though it seems mostly functional.
            -ERic
        \_ Couldn't open wall log!: Bad file descriptor
           Could not open wall subscription directory /var/wall/ttys: No such file or directory
	...
2011/11/20-2012/2/6 [Computer/Companies/Apple, Computer/SW/Unix] UID:54237 Activity:nil
11/20   Are there tools that can justify a chunk of plain ASCII text by
        replacing words with words of similar meaning and inserting/removing
        commas into the text?  I received a 40-line plain text mail where
        all the lines are justified on left and right.  Every word and comma
        is followed by only one space, and every period is followed by two
        spaces.  The guy is my kid's karate instructor which I don't think is
	...
2011/10/26-12/6 [Computer/SW/Unix] UID:54202 Activity:nil
10/24  What's an easy way to see if say column 3 of a file matches a list of
       expressions in a file? Basically I want to combine "grep -f <file>"
       to store the patterns and awk's $3 ~ /(AAA|BBB|CCC)/ ... I realize
       I can do this with "egrep -f " and use regexp instead of strings, but
       was wondering if there was some magic way to do this.
       \_ UNIX has no magic. Make a shell script to produce the ask or egrep
	...