photo

Bradley


Last seen: 8 months 前 自 2023 起处于活动状态

Followers: 0   Following: 0

统计学

Cody

0 个问题
72 个答案

排名
N/A
of 302,023

声誉
N/A

贡献数
0 个提问
0 个回答

回答接受率
0.00%

收到投票数
0

排名
 of 21,505

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
6,238
of 178,195

贡献数
0 个问题
72 个答案

评分
1,007

徽章数量
6

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Community Group Solver
  • CUP Challenge Master
  • Promoter
  • Introduction to MATLAB Master
  • Solver

查看徽章

Feeds

排序方式:

已解决


Resistance of a light bulb
The current through two identical light bulbs connected in series is C Amperes. The total voltage across both bulbs is V Volts....

3 years 前

已解决


An Ohm's Law Calculator
*BACKGROUND / MOTIVATION:* Many important observations in math and science can be described by short, but powerful, equations...

3 years 前

已解决


Linear Motion 1
An object travels N feet in the first second of travel, N feet again during the second second of travel and N feet again during ...

3 years 前

已解决


Calculate the height of an object dropped from the sky
Assume that an object is dropped from 1000 meters above the surface of the earth at time t=0. The object is dropped such that t...

3 years 前

已解决


Can the given sides form a triangle?
Can the three given sides form a triangle?

3 years 前

已解决


MATLAB Basic: rounding IV
Do rounding towards plus infinity. Example: -8.8, answer -8 +8.1 answer 9 +8.50 answer 9

3 years 前

已解决


MATLAB Basic: rounding III
Do rounding towards minus infinity. Example: -8.8, answer -9 +8.1 answer 8 +8.50 answer 8

3 years 前

已解决


MATLAB Basic: rounding II
Do rounding nearest integer. Example: -8.8, answer -9 +8.1 answer 8 +8.50 answer 9

3 years 前

已解决


Rounding off numbers to n decimals
Inspired by a mistake in one of the problems I created, I created this problem where you have to round off a floating point numb...

3 years 前

已解决


to the 2 all elements
to the 2 all elements

3 years 前

已解决


Double all elements in the array
Duplicate all elements in the array

3 years 前

已解决


the average value of the elements
Calculate the average value of the elements in the array

3 years 前

已解决


calculate the length of matrix
input 1 array, calculate the length

3 years 前

已解决


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

3 years 前

已解决


Find the max element of the array
Find the max element of the array

3 years 前

已解决


Converts numbers into characters
Converts numbers into characters

3 years 前

已解决


Predict Cricket Stridulation Rate from Air Temperature
Stridulation is the process that creates a cricket's “chirp” by rubbing their wings or legs. According to the Old Farmer's Alma...

3 years 前

已解决


Find Air Temperature from Cricket Stridulation Rate
Stridulation is the process that creates a cricket's “chirp” by rubbing their wings or legs. According to the Old Farmer's Alma...

3 years 前

已解决


Total energy

3 years 前

已解决


Potential energy calculation

3 years 前

已解决


Kinetic energy calculation

3 years 前

已解决


Laws of motion 1

3 years 前

已解决


Laws of motion 2

3 years 前

已解决


Laws of motion 3

3 years 前

已解决


Laws of motion 4
Given the initial velocity 'u', final velocity 'v' and acceleration 'a', find the distance travelled.

3 years 前

已解决


Laws of motion 5

3 years 前

已解决


Laws of motion 6

3 years 前

已解决


Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.

3 years 前

已解决


Doubling elements in a vector
Given the vector A, return B in which all numbers in A are doubling. So for: A = [ 1 5 8 ] then B = [ 1 1 5 ...

3 years 前

已解决


Create a vector
Create a vector from 0 to n by intervals of 2.

3 years 前

加载更多