Community Profile

photo

Bradley


Last seen: 5 meses hace Con actividad desde 2023

Followers: 0   Following: 0

Estadísticas

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

Ver insignias

Feeds

Ver por

Resuelto


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 meses hace

Resuelto


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

12 meses hace

Resuelto


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 meses hace

Resuelto


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 meses hace

Resuelto


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

12 meses hace

Resuelto


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

12 meses hace

Resuelto


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

12 meses hace

Resuelto


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

12 meses hace

Resuelto


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 meses hace

Resuelto


to the 2 all elements
to the 2 all elements

12 meses hace

Resuelto


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

12 meses hace

Resuelto


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

12 meses hace

Resuelto


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

12 meses hace

Resuelto


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

12 meses hace

Resuelto


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

12 meses hace

Resuelto


Converts numbers into characters
Converts numbers into characters

12 meses hace

Resuelto


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 meses hace

Resuelto


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 meses hace

Resuelto


Total energy

12 meses hace

Resuelto


Potential energy calculation

12 meses hace

Resuelto


Kinetic energy calculation

12 meses hace

Resuelto


Laws of motion 1

12 meses hace

Resuelto


Laws of motion 2

12 meses hace

Resuelto


Laws of motion 3

12 meses hace

Resuelto


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

12 meses hace

Resuelto


Laws of motion 5

12 meses hace

Resuelto


Laws of motion 6

12 meses hace

Resuelto


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

12 meses hace

Resuelto


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 meses hace

Resuelto


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

12 meses hace

Cargar más