A résolu


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

environ 3 ans il y a

A résolu


Easy Sequences 65: Fractional Part of Square Roots
The fractional part function of a positive real number , denoted as , is defined as: , where , is the 'floor' of . Thus, , and ...

environ 3 ans il y a

A résolu


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

environ 3 ans il y a

A résolu


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

environ 3 ans il y a

A résolu


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

environ 3 ans il y a

A résolu


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.

environ 3 ans il y a

A résolu


Zero finder
Write a function named 'zero_finder' that takes a matrix as input and returns the row index of the last zero for each for each c...

environ 3 ans il y a

A résolu


Factor a number into Fermi-Dirac primes
Cody Problem 58018 asked you to list the Fermi-Dirac primes, which are prime powers with exponents that are powers of 2. As note...

environ 3 ans il y a

A résolu


List the Fermi-Dirac primes
The Fermi-Dirac “primes” are prime powers with exponents that are powers of 2. The first nine terms of the sequence are 2, 3, 4,...

environ 3 ans il y a

A résolu


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

environ 3 ans il y a

A résolu


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

environ 3 ans il y a

A résolu


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

environ 3 ans il y a

A résolu


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

environ 3 ans il y a

A résolu


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

environ 3 ans il y a

A résolu


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

environ 3 ans il y a

A résolu


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

environ 3 ans il y a

A résolu


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

environ 3 ans il y a

A résolu


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

environ 3 ans il y a

A résolu


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

environ 3 ans il y a

A résolu


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

environ 3 ans il y a

A résolu


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

environ 3 ans il y a

A résolu


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

environ 3 ans il y a

A résolu


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

environ 3 ans il y a

A résolu


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

environ 3 ans il y a

A résolu


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

environ 3 ans il y a

A résolu


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

environ 3 ans il y a

A résolu


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

environ 3 ans il y a

A résolu


List the two-bit primes
Each year at Christmas, my father-in-law and his partner send me the Puzzle Mania section from the New York Times. This year’s e...

environ 3 ans il y a

A résolu


Armstrong Number
Write a function name armstrong_check that checks whether the given input is an Armstrong Number or not. It returns logical True...

environ 3 ans il y a

Charger plus