photo

Anh


Last seen: 11 meses hace Con actividad desde 2024

Followers: 0   Following: 0

Estadística

Cody

0 Problemas
128 Soluciones

CLASIFICACIÓN
N/A
of 300.381

REPUTACIÓN
N/A

CONTRIBUCIONES
0 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.941

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN
1.390
of 168.477

CONTRIBUCIONES
0 Problemas
128 Soluciones

PUNTUACIÓN
1.815

NÚMERO DE INSIGNIAS
9

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Project Euler I
  • Computational Geometry I Master
  • Introduction to MATLAB Master
  • Community Group Solver
  • Solver

Ver insignias

Feeds

Ver por

Resuelto


Natural numbers in string form
Create a cell array of strings containing the first n natural numbers. Slightly harder than it seems like it should be. Exampl...

11 meses hace

Resuelto


Total energy

11 meses hace

Resuelto


Potential energy calculation

11 meses hace

Resuelto


Kinetic energy calculation

11 meses hace

Resuelto


Laws of motion 1

11 meses hace

Resuelto


Laws of motion 2

11 meses hace

Resuelto


Laws of motion 3

11 meses hace

Resuelto


Laws of motion 4
Given the initial velocity 'u', final velocity 'v' and acceleration 'a', find the distance travelled.

11 meses hace

Resuelto


Laws of motion 5
Calculate the force is u are given mass and acceleration.

11 meses hace

Resuelto


Laws of motion 6

11 meses hace

Resuelto


Find Logic 32

11 meses hace

Resuelto


Find Logic 31

11 meses hace

Resuelto


Find Logic 30

11 meses hace

Resuelto


Find Logic 29

11 meses hace

Resuelto


Find Logic 28

11 meses hace

Resuelto


Find Logic 27

11 meses hace

Resuelto


Find Logic 26

11 meses hace

Resuelto


Find Logic 25

11 meses hace

Resuelto


Find Logic 24

11 meses hace

Resuelto


Find Logic 23

11 meses hace

Resuelto


Find Logic 22

11 meses hace

Resuelto


Find Logic 21

11 meses hace

Resuelto


Find Logic 20

11 meses hace

Resuelto


Get all prime factors
List the prime factors for the input number, in decreasing order. List each factor. If the prime factor occurs twice, list it as...

11 meses hace

Resuelto


Factorize THIS, buddy
List the prime factors for the input number, in decreasing order. List each factor only once, even if the factorization includes...

11 meses hace

Resuelto


Make a vector of prime numbers
Input(n) - length of vector with prime numbers Output(v) - vector of prime numbers Example: * n=1; v=2 * n=3; v=[2 3 5...

11 meses hace

Resuelto


Largest Twin Primes
<http://en.wikipedia.org/wiki/Twin_prime Twin primes> are primes p1, p2 = p1 + 2 such that both p1 and p2 are prime numbers. Giv...

11 meses hace

Resuelto


Mersenne Primes
A Mersenne prime is a prime number of the form M = 2^p - 1, where p is another prime number. For example, 31 is a Mersenne prim...

11 meses hace

Resuelto


Find nearest prime number less than input number
Find nearest prime number less than input number. For example: if the input number is 125, then the nearest prime number whi...

11 meses hace

Resuelto


Sophie Germain prime
In number theory, a prime number p is a *Sophie Germain prime* if 2p + 1 is also prime. For example, 23 is a Sophie Germain prim...

11 meses hace

Cargar más