|
What degree do i do if i really enjoy A-level Maths and Further Maths?
I know it sounds like the obvious answer is Maths (of course), however, i have heard that the Maths degrees at university are very pure and the A-level Maths and Further Maths is ...
Started by storeypj on
, 13 posts
by 9 people.
Answer Snippets (Read the full thread at thestudentroom):
Re: What degree do i do if i really enjoy A-level Maths and Further Maths?
Physics? I don't if i really enjoy A-level Maths and Further Maths?
Just because you enjoy the "applied" side of maths to a university that....
|
|
Maths or maths and statistics
It is better to study maths on its own for a uni course or study a combined subject, such as maths and statistics? (I personally like both courses)
Started by martin001 on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at thestudentroom):
Re: Maths or maths....
Re: Maths or maths and statistics
What do you mean by maths on its own and a combined subject ?
In my school, when you pick Maths it's compulsory to do another module, Statistics or Mechanics.
|
|
I was reading about MATLAB and I'm so much curious on it. But I have some questions:
Can I use it for anything except maths? Can you list some examples with links to the full code? I know that the name of the language is very subjective, but I want to...
Started by Nathan Campos on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
And Probability Test and Measurement Hi
Well, since maths IS everything, then a system to do maths can do -- if any of them are not maths according to your definition then yes Matlab can do something(s) other than maths .....
|
Ask your Facebook Friends
|
There is a Java library by the name of Uncommon Maths that claims to provide better random number generators than Sun and (potentially) even BouncyCastle. How one can determine whether their library can be trusted? I trust Sun and BouncyCastle because...
Started by Gili on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Uncommons Maths is not as widely used as some libraries in mind that "p happens....
You can always it for cryptography, something like Fortuna would be better .
That's as reliable as I know.
Test
Uncommon Maths claims to pass the Diehard tests .
|
|
Hi there, I regrettably haven't studied maths since I was 16 (GCSE level), I'm now a 27 year old c# developer. Would it be a fruitless exercise trying to work through this book? What kind of maths standard is expected of the reader?
Thanks in advance ...
Started by bplus on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
The....
The book talks about of math in general too.
If there was any difficult math, i think you can skip i think general understanding of math is good enough to understand the book.
To deal with that sooner or later in programming.
|
|
I am trying to set a variable based on some maths logic (to wrap specific html around elements).
I worked half the problem, to hit 0, 3, 6, 9, 12
if(($i % 3) == 0) { // blah }
Now I need to hit the following numbers, 2, 5, 8, 11, 14, etc
What possible...
Started by esrylx on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
If((($i-2) % 3) == 0) { // blah }
Along with Tor... .
So just check for when 1 remains and 2 remains .
If($i % 3 == 1) if($i % 3 == 2)
Modulo returns the remainder, so when you match the 0, you get the 3rd, 6th, 9th, etc, because 0 is left in the division .
|
|
Is Cambridge Board Further Maths equivalent to VCE Specialist Maths(units3 and 4)??
Need to know it for university requirements.
Started by glgan1 on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at thestudentroom):
|
|
Is Cambridge Board Further Maths equivalent to VCE Specialist Maths(units3 and 4)??
Need it for university requirements.
Started by glgan1 on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at thestudentroom):
|
|
What is the MAIN difference between add maths and AS maths?
Yea, like what is the difference because each syllabus is similar to the other. Well for Cambridge that is.
Started by Arieisit on
, 5 posts
by 4 people.
Answer Snippets (Read the full thread at thestudentroom):
It is for those who have done GCSE and want if they sat them in year 12 rather... .
It includes most things but not all of it.
Re: What is the MAIN difference between add maths and AS maths?
Addmaths is aimed to prepare you for AS Maths.
|
|
I HATE MATHS....MATHS STUNNER FOR ALL Hi frnds this post will contain few tricks tat can be found in maths....
All can c dis tricks and njoy....Plz do understand y i hate maths
Hope u like dis post....U can also put in ur ideas here in maths
have a gr...
Started by darani on
, 10 posts
by 1 people.
Answer Snippets (Read the full thread at nidokidos):
1 * 1 = 1
11 * 11 = 121
....
Power of 2002
2,002 * 4 = 8,008
2,002 * 37 = 74,074
2,002 * 98 = 196,196
2,002 * 123 = 246,246
2,002 * 444 = 888,888
2,002 * 555 = 1,111,110 Incidentally, 2,002 is the product of a nice list of prime numbers: 2, 7, 11, and 13 .
|