Tagged Questions
1
vote
3answers
113 views
Largest prime factor of 600851475143 [duplicate]
I'm trying to use a program to find the largest prime factor of 600851475143.
This is for Project Euler here: http://projecteuler.net/problem=3
I first attempted this with the code that goes through ...
4
votes
3answers
2k views
Find the largest prime factor
I just "solved" the third Project Euler problem:
The prime factors of 13195 are 5, 7, 13 and 29.
What is the largest prime factor of the number 600851475143 ?
With this on Mathematica:
...
2
votes
1answer
125 views
How to find the factors of numbers around 1e7?
I don't have a maths background but I'm solving problems on the awesome Project Euler .net in JavaScript as programming practice.
I don't want to link directly to the question or post it verbatim ...
