Community Profile

photo

Megan


Last seen: 22 Tage vor Aktiv seit 2024

Followers: 0   Following: 0

Statistiken

  • Community Group Solver
  • Introduction to MATLAB Master
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Gelöst


Bag of apples
find probabilty of getting red apples from a bag of 'r' red and 'g' green apples.

etwa 2 Monate vor

Gelöst


Divisible by 2
This is the first problem in a set of "divisible by x" problems. You will be provided a number as a string and the function you ...

etwa 2 Monate vor

Gelöst


multiply by three
Given the variable x as your input, multiply it by 3 and put the result equal to y. Examples: Input x = 2 Output y is ...

etwa 2 Monate vor

Gelöst


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

etwa 2 Monate vor

Gelöst


Find sum of alternate numbers in a vector
Find sum of alternate numbers in a vector starting from index 1

etwa 2 Monate vor

Gelöst


Can we make a triangle?
Given three positive number, check whether a triangle can be made with these sides length or not. remember that in a triangle su...

etwa 2 Monate vor

Gelöst


Find my daddy long leg (No 's')
Given the ratio of the two legs (longer / shorter), and the hypotenuse length, find the value of the bigger leg.

etwa 2 Monate vor

Gelöst


Is this triangle right-angled?
Given any three positive numbers a, b, c, return true if the triangle with sides a, b and c is right-angled. Otherwise, return f...

etwa 2 Monate vor

Gelöst


Side of an equilateral triangle
If an equilateral triangle has area A, then what is the length of each of its sides, x? <<https://i.imgur.com/jlZDHhq.png>> ...

etwa 2 Monate vor

Gelöst


Calculate the area of a triangle between three points
Calculate the area of a triangle between three points: P1(X1,Y1) P2(X2,Y2) P3(X3,Y3) these three points are the vertices of ...

etwa 2 Monate vor

Gelöst


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

etwa 2 Monate vor

Gelöst


Find out sum and carry of Binary adder
Find out sum and carry of a binary adder if previous carry is given with two bits (x and y) for addition. Examples Previo...

etwa 2 Monate vor

Gelöst


Palindrome vector
Check if a given vector is Palindrome. Example, [1 2 54 32 45 5 33 456 45 456 33 5 45 32 54 2 1]

etwa 2 Monate vor

Gelöst


easy problem
Find the last element of the array

etwa 2 Monate vor

Gelöst


Converts numbers into characters
Converts numbers into characters

etwa 2 Monate vor

Gelöst


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

etwa 2 Monate vor

Gelöst


to the 2 all elements
to the 2 all elements

etwa 2 Monate vor

Gelöst


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

etwa 2 Monate vor

Gelöst


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

etwa 2 Monate vor

Gelöst


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

etwa 2 Monate vor

Gelöst


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

etwa 2 Monate vor

Gelöst


Electrical Diode Current Calculation
In engineering, there is not always a single equation that describes a phenomenon accurately enough to be applied in all instanc...

etwa 2 Monate vor

Gelöst


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

etwa 2 Monate vor

Gelöst


Temperature Conversion 3
Given a temperature in Celcius, convert it to Fahrenheit.

etwa 2 Monate vor

Gelöst


Temperature Conversion 2

etwa 2 Monate vor

Gelöst


Temperature Conversion 1

etwa 2 Monate vor

Gelöst


Total energy

etwa 2 Monate vor

Gelöst


Potential energy calculation

etwa 2 Monate vor

Gelöst


Kinetic energy calculation

etwa 2 Monate vor

Gelöst


Laws of motion 1

etwa 2 Monate vor

Mehr laden