Réponse apportée
How do I write an equation when I have both a variable and its value for one side
The problem as you presented is non-linear and would need some manipulations before you can solve it. However, if "y=a+b" instea...

environ 5 ans il y a | 0

A résolu


Project Euler: Problem 2, Sum of even Fibonacci
Each new term in the Fibonacci sequence is generated by adding the previous two terms. By starting with 1 and 2, the first 10 te...

environ 5 ans il y a

A résolu


Matrix Pattern 10

environ 5 ans il y a

Problème


Matrix Pattern 10

environ 5 ans il y a | 1 | 55 solveurs

A résolu


Matrix Pattern 9

environ 5 ans il y a

Problème


Matrix Pattern 9

environ 5 ans il y a | 0 | 124 solveurs

A résolu


Matrix Pattern 8

environ 5 ans il y a

Problème


Matrix Pattern 8

environ 5 ans il y a | 1 | 63 solveurs

A résolu


Matrix Pattern 7

environ 5 ans il y a

Problème


Matrix Pattern 7

environ 5 ans il y a | 2 | 66 solveurs

A résolu


Matrix Pattern 6

environ 5 ans il y a

Problème


Matrix Pattern 6

environ 5 ans il y a | 1 | 124 solveurs

A résolu


Matrix Pattern 5

environ 5 ans il y a

Problème


Matrix Pattern 5

environ 5 ans il y a | 3 | 50 solveurs

A résolu


Matrix Pattern 4

environ 5 ans il y a

Problème


Matrix Pattern 4

environ 5 ans il y a | 0 | 97 solveurs

A résolu


Matrix Pattern 3

environ 5 ans il y a

Problème


Matrix Pattern 3

environ 5 ans il y a | 2 | 85 solveurs

A résolu


Matrix Pattern 2

environ 5 ans il y a

Problème


Matrix Pattern 2

environ 5 ans il y a | 4 | 60 solveurs

A résolu


Matrix Pattern 1

environ 5 ans il y a

Problème


Matrix Pattern 1

environ 5 ans il y a | 3 | 112 solveurs

A résolu


Back to basics 9 - Indexed References
Covering some basic topics I haven't seen elsewhere on Cody. Given an input matrix and row and column, output the index of th...

environ 5 ans il y a

A résolu


Sum My Indices
Given inputs M and N (in that order), output an MxN matrix whose entries are equal to the sum of their indices. Example input...

environ 5 ans il y a

A résolu


first element of matrix
find the first elements of a column matrix

environ 5 ans il y a

A résolu


Rotate Matrix @180 degree
Rotate Matrix @180 degree Example A=[8 1 6; 3 5 7; 4 9 2], then answer would be [2 9 4;...

environ 5 ans il y a

A résolu


Sum of terms in a series 2 (★★★)

environ 5 ans il y a

A résolu


Test if two numbers have the same digits
Given two integers _x1_ and _x2_, return |true| if the numbers written with no leading zeros contain the same digits. That is, t...

environ 5 ans il y a

A résolu


Number construction II
Given a positive integer, n, return a, b, c and d, such that 1. n = a*2^b+c*3^d 2. a, b, c and d are all positive integers...

environ 5 ans il y a

A résolu


Number construction I
Given a positive integer, n, return a, b, c and d, such that 1. n = a*sqrt(b)+c*sqrt(d) 2. a, b, c and d are all positive ...

environ 5 ans il y a

Charger plus