Risolto


Suma de Gauss
¿Cuál es la suma de los primeros enteros positivos?

quasi 3 anni fa

Risolto


Decode a message encrypted with the square root of 2
Cody Problem 58299 asks you to encrypt a message by changing all letters to uppercase and randomly choosing a position of the AS...

quasi 3 anni fa

Risolto


Continuous NaNs - I
Remove any continuous NaNs that appear in the array - %Example 1 input = [1 NaN 2 NaN NaN 3 NaN NaN NaN] output = [1 NaN 2 ...

quasi 3 anni fa

Risolto


Encrypt a message with the square root of 2
Suppose you want to encrypt the word ‘TWIN’. The ASCII codes for the four letters are 84, 87, 73, and 78. If you consider the fr...

quasi 3 anni fa

Risolto


Compute the normal depth of a channel
For steady uniform flow in a channel of constant cross section and slope, the depth does not change with distance or time. In th...

quasi 3 anni fa

Risolto


Calculate the Voltage Through a Step-Up Transformer
Given a step-up transformer has a primary coil with A number loops, a secondary coil with B number loops, and a primary voltage ...

quasi 3 anni fa

Risolto


Easy Sequences 116: Summation involving nthroot, floor, and ceiling functions
Given a postive integers and , we are asked to evaluate the following summation: ...

quasi 3 anni fa

Risolto


factorial_calc(n)
Write a MATLAB function called factorial_calc(n) that takes a positive integer n as input and calculates the factorial of n. The...

quasi 3 anni fa

Risolto


Easy Sequences 114: Counting Unique Numbers
A Unique Number is defined as a positive integer with no repeated digits. This means that and are unique numbers, but and ar...

quasi 3 anni fa

Risolto


Find the mean of the magic x
Given a x term, find the magic x, then find the mean/average of any one row or column.

quasi 3 anni fa

Risolto


Find circular arc length, sector area and segment area
Given a circular arc passing through the points P = [ x1 y1 ] and Q = [ x2 y2 ] such that the center angle of the arc (in degree...

quasi 3 anni fa

Risolto


CMPSC 200 help(2)
Use this problem to earn some easy points towards your 1,000! Just hit submit. function y = your_fcn_name(x) y = x^2 + 32; e...

quasi 3 anni fa

Risolto


COMPSC 200 help
Use this problem to earn some free points towards your 1,000. Just hit submit! function y = your_fcn_name(x) y = x^2 + 50; e...

quasi 3 anni fa

Risolto


Easy Function(4)
Use the submit button to earn points function y = your_fcn_name(x) y = x^2 + 40; end

quasi 3 anni fa

Risolto


Easy Function(3)
Hit submit for some free points. function y = your_fcn_name(x) y = x^2 + 30; end

quasi 3 anni fa

Risolto


Easy Function(2)
Hit the submit button for some cody points! function y = your_fcn_name(x) y = x^2 + 20; end

quasi 3 anni fa

Risolto


Easy Function(1)
Use this function to earn some cody points! function y = your_fcn_name(x) y = x^2 - 1; end

quasi 3 anni fa

Risolto


Function(4)
Hit submit for some points! function y = your_fcn_name(x) y = x^2 - 4; end

quasi 3 anni fa

Risolto


Function(3)
Use this function to earn some points on your cody journey! function y = your_fcn_name(x) y = x^2 - 12; end

quasi 3 anni fa

Risolto


Function(2)
Use this function to earn a few points. function y = your_fcn_name(x) y = x^2 - 8; end

quasi 3 anni fa

Risolto


Easy Function
Use this function to earn some points (hit submit): function y = your_fcn_name(x) y = x^2 + 10; end

quasi 3 anni fa

Risolto


Functions For Points
Use this fucntion to earn some free points! function y = your_fcn_name(x) y = x^2 + 5; end

quasi 3 anni fa

Risolto


Function(1)
Use this function for some points (free) function y = your_fcn_name(x) y = x^2 + 2; end

quasi 3 anni fa

Risolto


Use this function for some points
Hit submit if you'd like to earn some points! function y = your_fcn_name(x) y = x^2 - 3; end

quasi 3 anni fa

Risolto


Utilize this function
Press submit for some points function y = your_fcn_name(x) y = x^2 - 2; end

quasi 3 anni fa

Risolto


Utilizing Functions
Use this function to work for some points: function y = fcn_of_your_choice(x) y = x^2 + 2; end

quasi 3 anni fa

Risolto


Create Function
Use the equation below to earn some points! function y = fcn_of_your_choice(x) y = x^2; end

quasi 3 anni fa

Risolto


Find The area of the square
Given that the length of the side of a square is x, find the area.

quasi 3 anni fa

Risolto


Easy Sequences 93: Recursive Polynomial Function
For a natural number and a polynomial function , we define a recursive function , as follows: , and ...

quasi 3 anni fa

Risolto


Given the mass and stiffness of an undamped SDOF system, find the natural frequency and the natural period of vibration
Problem Statement Given the mass and stiffness of an undamped SDOF system, find the system's natural frequency in both Hz and...

quasi 3 anni fa

Carica altro