解決済み


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ヶ月 前

解決済み


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

3ヶ月 前

解決済み


findPositiveEvenNumbers
Write a MATLAB function findPositiveEvenNumbers that takes an array of integers as input and returns a new array containing only...

3ヶ月 前

解決済み


Given a string s, find the length of the longest substring without repeating characters.
Given a string s, find the length of the longest substring without repeating characters. Example 1: Input: s = "abcabcbb" O...

3ヶ月 前

解決済み


Find collatz series next number
For given x, if x is even, output is (x/2) if x is odd, output is (3x+1)

5ヶ月 前

解決済み


Calculate BMI
Given weight in kgs and height in metres, calculate body mass index

11ヶ月 前

解決済み


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

11ヶ月 前

解決済み


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

11ヶ月 前

解決済み


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

11ヶ月 前

解決済み


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

11ヶ月 前

解決済み


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

11ヶ月 前

解決済み


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

11ヶ月 前

解決済み


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

11ヶ月 前

解決済み


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

11ヶ月 前

解決済み


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

11ヶ月 前

解決済み


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

11ヶ月 前

解決済み


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

11ヶ月 前

解決済み


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

11ヶ月 前

解決済み


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

11ヶ月 前

解決済み


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

11ヶ月 前

解決済み


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

11ヶ月 前

解決済み


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

11ヶ月 前

解決済み


Slope intercept application
Find y given slope (m), x, and y intercept (b).

11ヶ月 前

解決済み


An array is given. Find the unique elements of the array. [keep the sequence unchanged]
An array is given. Find the unique elements of the array. [keep the sequence unchanged] For example if input x=[2 ,4 , 9 ,2 ,...

11ヶ月 前

解決済み


An array is given that contains the marks. Find out the highest 3 marks
An array is given that contains the marks received by a group of students in their class test. Find out the highest 3 marks rec...

11ヶ月 前

解決済み


JannaT is Loved By Me
JannaT was sTarTed loved by me and that time was in 2020. A year when JannaT will starT loving me when the year divided from th...

11ヶ月 前

解決済み


Find Current in R circuit.
Find the current in an R circuit for a given input of Voltage (V) and Resistance(R).

11ヶ月 前

解決済み


Compute the drag on a moving vehicle
We assume no rolling resistance, and the simple rule for Drag : , where is the density of the fluid (assumed at 1.2 ), is the ...

1年以上 前

解決済み


Check if a year is a leap year or not
Return 1 if a given year is a leap year or 0 if it is not

1年以上 前

解決済み


Remove Duplicates
Remove duplicates from the vector of integers and display in sorted order

1年以上 前

さらに読み込む