Solved


MATLAB Basics: Complex Conjugates
For a given complex number, x, return the complex conjugate, y.

11 months ago

Solved


F-score

11 months ago

Solved


Vector creation using linspace
Create a vector y containing n uniformly spaced values between a and b, with a < b. Use linspace.

11 months ago

Solved


Pad zero between every adjacent values of the vector.
you are given a vector x. you have to make an output vector y with zeros padded between every adjacent values of x. e.g x: ...

11 months ago

Solved


Return the sequence element II
Given positive integers x and n, return a positive integer, y, which is the nth term in the <https://en.wikipedia.org/wiki/Juggl...

11 months ago

Solved


How long does it take to run a bath?
Given the *volume flow rate* (volume/time) of a faucet and the *volume* of a bath tub, find the amount of time it takes to fill ...

11 months ago

Solved


Explode string
Break a sentence into cell of words

11 months ago

Solved


determine the sum of decimal part for given matrix
determine the sum of fraction part for the given matrix

11 months ago

Solved


Number Puzzle - 088

11 months ago

Solved


Number Puzzle - 085

11 months ago

Solved


Number Puzzle - 081

11 months ago

Solved


Number Puzzle - 080

11 months ago

Solved


Number Puzzle - 078

11 months ago

Solved


Digito das Dezenas
Dado um número inteiro n, retorne qual o digito referente ao digito das dezenas n = 250; digito = DigitoDezena(n); digito = 5...

11 months ago

Solved


Find out if Quadratic Equation has real roots or not?
Input [a b c] ax^2+bx+c=0 Output [1 or 0] 1= Quadratic Equation has real roots 0= Quadratic Equation has imaginary roots

11 months ago

Solved


Number Puzzle - 069

11 months ago

Solved


Number Puzzle - 061

11 months ago

Solved


Number Puzzle - 041

11 months ago

Solved


Number Puzzle - 032

11 months ago

Solved


Ordinary Annuity : Periodic Payment (Present Value)
Theorem : Present Value of an Ordinary Annuity where; P : Present value of all payments A : Periodic payment r : Interest ...

11 months ago

Solved


Check if a matrix Diagonal is equal to its secondary diagonal
Your function should return True if the secondary diagonal is equal to diagonal, and False otherwise. Eg: M = [1 2 1 ...

11 months ago

Solved


Add the number of horizontal and vertical movements to each matrix element
Given n, create a square matrix and with element (1,1) = 1, add 1 to each element for each horitizonal and vertical movement. E...

11 months ago

Solved


Geometric Series
Given x and n, give the sum of x ^ 1 to x ^ n. You should not have to use a loop for this.

11 months ago

Solved


Implement zero-based indexing for Matrices
Given an input vector and position (which is zero based) output the value Example: x = [1 2; 4 5] pos = [0 1] value = 5 ...

11 months ago

Solved


Loja de tintas
Faça um programa para uma loja de tintas. O programa deverá receber o tamanho em metros quadrados da área a ser pintada. Conside...

11 months ago

Solved


Juros Compostos
Faça uma função que receba um capital inicial (C), uma taxa de juros a ser aplicada (i) e um tempo (t) para qual será aplicado o...

11 months ago

Solved


Number Puzzle - 057

11 months ago

Solved


System of Linear Equations

11 months ago

Solved


Number Puzzle - 040

11 months ago

Solved


Number Puzzle - 035

11 months ago

Load more