Community Profile

photo

Bradley


Last seen: 5 mois il y a Actif depuis 2023

Followers: 0   Following: 0

Statistiques

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

Afficher les badges

Feeds

Afficher par

A résolu


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

12 mois il y a

A résolu


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

12 mois il y a

A résolu


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

12 mois il y a

A résolu


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

12 mois il y a

A résolu


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

12 mois il y a

A résolu


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

12 mois il y a

A résolu


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

12 mois il y a

A résolu


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

12 mois il y a

A résolu


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

12 mois il y a

A résolu


to the 2 all elements
to the 2 all elements

12 mois il y a

A résolu


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

12 mois il y a

A résolu


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

12 mois il y a

A résolu


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

12 mois il y a

A résolu


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

12 mois il y a

A résolu


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

12 mois il y a

A résolu


Converts numbers into characters
Converts numbers into characters

12 mois il y a

A résolu


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

12 mois il y a

A résolu


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

12 mois il y a

A résolu


Total energy

12 mois il y a

A résolu


Potential energy calculation

12 mois il y a

A résolu


Kinetic energy calculation

12 mois il y a

A résolu


Laws of motion 1

12 mois il y a

A résolu


Laws of motion 2

12 mois il y a

A résolu


Laws of motion 3

12 mois il y a

A résolu


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

12 mois il y a

A résolu


Laws of motion 5

12 mois il y a

A résolu


Laws of motion 6

12 mois il y a

A résolu


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

12 mois il y a

A résolu


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

12 mois il y a

A résolu


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

12 mois il y a

Charger plus