Answered
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...

5 years ago | 0

Solved


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...

5 years ago

Solved


Matrix Pattern 10

5 years ago

Problem


Matrix Pattern 10

5 years ago | 1 | 55 solvers

Solved


Matrix Pattern 9

5 years ago

Problem


Matrix Pattern 9

5 years ago | 0 | 124 solvers

Solved


Matrix Pattern 8

5 years ago

Problem


Matrix Pattern 8

5 years ago | 1 | 63 solvers

Solved


Matrix Pattern 7

5 years ago

Problem


Matrix Pattern 7

5 years ago | 2 | 66 solvers

Solved


Matrix Pattern 6

5 years ago

Problem


Matrix Pattern 6

5 years ago | 1 | 124 solvers

Solved


Matrix Pattern 5

5 years ago

Problem


Matrix Pattern 5

5 years ago | 3 | 50 solvers

Solved


Matrix Pattern 4

5 years ago

Problem


Matrix Pattern 4

5 years ago | 0 | 97 solvers

Solved


Matrix Pattern 3

5 years ago

Problem


Matrix Pattern 3

5 years ago | 2 | 85 solvers

Solved


Matrix Pattern 2

5 years ago

Problem


Matrix Pattern 2

5 years ago | 4 | 60 solvers

Solved


Matrix Pattern 1

5 years ago

Problem


Matrix Pattern 1

5 years ago | 3 | 112 solvers

Solved


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...

5 years ago

Solved


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...

5 years ago

Solved


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

5 years ago

Solved


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;...

5 years ago

Solved


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...

5 years ago

Solved


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...

5 years ago

Solved


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 ...

5 years ago

Load more