In C programming where the traditional first program is to write
something
that just prints out ``hello world''. Being able to do this means that you
have a C compiler, can write the program and basically everything that matters
works. Once you've done that you are set!
So to work one thing out is 90This involves finding a pc, figuring out how to run it and typing
the command in.
I can say the command to solve the quadratic x2+2x+1 is
Solve[x2+2x+1 = = 0,x] but you'll still type in solve[x2+x = 0] and
wonder why it doesn't work! You need to actually use the program to
be able to use it. So will give you some things to work out using it,
and will give you the solutions next week. Have a go, its help is excellent
so it shouldn't be a problem.