A résolu


Scoring for oriented dominoes
Given a list of ordered pairs, and the order they should be placed in a line, find the sum of the absolute values of the differe...

environ 4 ans il y a

A résolu


Calculate the answer to life the universe and everything
<https://en.wikipedia.org/wiki/42_(number)>

environ 4 ans il y a

A résolu


Add the positive numbers
Add only the positive numbers of x example: x = [-2 -1 0 1 2 3] the positive numbers are: 1 2 3, so their sum is 6

environ 4 ans il y a

A résolu


Sum of digits of powers of 2
Given n, first, calculate the number 2^n. Then, sum the digits that comprise that number. For example: Input: n = 7 2^n = ...

environ 4 ans il y a

A résolu


Summation of integers

environ 4 ans il y a

A résolu


Numeric array to cell array of strings (easy)
Given a numeric array (A) and a 1xk cell array of strings (C), return a cell array (B) that is the same size as A and in which e...

environ 4 ans il y a

Problème


Backgammon - Display a Board Position
A previous problem in this occasional series (Problem 45967) set up a possible representation of a backgammon board: White ston...

environ 4 ans il y a | 2 | 2 solveurs

A résolu


Solve expression III
Solve expression for given vector x. Expression = (tan(2*x^2+7*x-30.25)+log(x^3-2.25))/(nthroot(sin(x^3)^2+1/5*log(x^4-2.5),3))...

environ 4 ans il y a

A résolu


Wrapping the Tower of Pisa
The famous artist Christo Vladimirov Javacheff, who likes pizza, wants to wrap the well-known Italian tower in paper. It is a ci...

environ 4 ans il y a

A résolu


free points
function y = your_fcn_name(x) y = x(1)+x(2); end

environ 4 ans il y a

A résolu


Create vector as shown in test cases
Create vector as shown in test cases

environ 4 ans il y a

A résolu


Bruh
Return 'bruh'.

environ 4 ans il y a

A résolu


Help the Patriots get to the Super Bowl
Given a football by the Patriots, return it to them with 2 psi less air in it. (The original psi is passed as a number to the...

environ 4 ans il y a

A résolu


determine amount cookies left
started with 3 cookies and you never ate any how many are left

environ 4 ans il y a

A résolu


what's my tax amount this year ?
given an annual salary x and a tax rate i calculate the amount that you have to pay.Example x = 70000; i=.10 y_correc...

environ 4 ans il y a

A résolu


Freebies anyone? No!!!!
Feel free to copy paste all the tests and voila you solved the problem

environ 4 ans il y a

A résolu


World Cup 2018 Prediction!
Which team will be the winner?

environ 4 ans il y a

A résolu


unsolvable

environ 4 ans il y a

A résolu


currency converter
given a rate of exchange calculate the equivalent units of 100 USD

environ 4 ans il y a

A résolu


Modulation index
The amplitude of the carrier signal is 2V and the amplitude of the modulating signal is 8V. Find its modulation index.

environ 4 ans il y a

A résolu


Test if a matrix is symmetric
Write a logical function that returns 1 if the input matrix is symmetric and 0 otherwise.

environ 4 ans il y a

A résolu


Find Logic 15

environ 4 ans il y a

A résolu


Try and Catch Simple Example
Try and Catch Simple Example <http://in.mathworks.com/help/matlab/ref/try.html Example> Vector x=[1 4 6 8 10]; Create...

environ 4 ans il y a

A résolu


Reverse Calculator
Use this reverse calculator and give correct output Its simple, In my Reverse calculator if you press 0 it will be considered...

environ 4 ans il y a

A résolu


Factorial !
Calculate the factorial of a non-negative integer without using the built in function *factorial*

environ 4 ans il y a

A résolu


Simple String Concatenation
This is a simple problem involving taking two incoming strings, and outputting the concatenated string with a space separating t...

environ 4 ans il y a

A résolu


Simple sum 1

environ 4 ans il y a

A résolu


Box!
Given a box, find the volume of the cube. With each side = a.

environ 4 ans il y a

A résolu


Cube root of max value in a vector
Find the cube root of the maximum value in a vector

environ 4 ans il y a

A résolu


Angular Velocity

environ 4 ans il y a

Charger plus