已解决


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

3 years 前

已解决


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

3 years 前

已解决


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

3 years 前

已解决


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

3 years 前

已解决


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

3 years 前

已解决


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

3 years 前

已解决


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

3 years 前

已解决


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

3 years 前

已解决


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

3 years 前

已解决


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

3 years 前

已解决


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

3 years 前

已解决


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

3 years 前

已解决


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

3 years 前

已解决


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

3 years 前

已解决


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

3 years 前

已解决


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

3 years 前

已解决


Find the centre of an arc and its radius
Given two points on an arc (x0,y0) and (x1,y1) and the angle between them, alpha. Return the centre of the circle and the radiu...

3 years 前

已解决


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.

3 years 前

已解决


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

3 years 前

已解决


Find the Next Legal Move in Reversi
<http://en.wikipedia.org/wiki/Reversi Reversi>, also known as Othello, is a game in which reversible white/black chips are place...

3 years 前

已解决


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

3 years 前

已解决


Breaking Bad Tiles (Spelling with Element Symbols)
Given a word, how you would spell it with element symbols from the periodic table? For instance, if given the string "Paper", yo...

3 years 前

问题


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

3 years 前 | 2 | 10 个解题者

问题


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

3 years 前 | 2 | 13 个解题者

已解决


Determine the full width at half max
Determine the full width at half max of a curve. The full width at half maximum (FWHM) is a parameter which is used for desc...

3 years 前

问题


Find a number m such that 2m and the square of m have the same digit sum
The number has the property that and have the same digit sum. It is the sixth number, including zero, in the sequence of numb...

3 years 前 | 1 | 6 个解题者

已解决


Relative points in 2D: problem 1
The 2D pose of a robot, with respect to a world coordinate frame {O}, is described by a 3x3 homogenous transform matrix T. A lan...

3 years 前

已解决


Prime Magic Squares

3 years 前

已解决


Number Puzzles - 017

3 years 前

已解决


Number Puzzle - 094
Give an example of three unique numbers a, b, and c such that concatenating a^2, b^2, and c^2 is equal to d^4 for an integer d.

3 years 前

加载更多