photo

Daniela


Last seen: quasi 3 anni fa Attivo dal 2022

Followers: 0   Following: 0

:)

Programming Languages:
Python
Spoken Languages:
Spanish
Professional Interests:
Programming

Statistica

Cody

0 Problemi
219 Soluzioni

RANK
N/A
of 301.172

REPUTAZIONE
N/A

CONTRIBUTI
0 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.00%

VOTI RICEVUTI
0

RANK
 of 21.183

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
765
of 173.200

CONTRIBUTI
0 Problemi
219 Soluzioni

PUNTEGGIO
2.802

NUMERO DI BADGE
12

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • CUP Challenge Master
  • Introduction to MATLAB Master
  • Commenter
  • Promoter
  • Community Group Solver
  • Project Euler I
  • Solver

Visualizza badge

Feeds

Visto da

Risolto


sum of vectors
ff

oltre 3 anni fa

Risolto


Volume and area of a sphere
Input(r) - radius Output([v,s]) - volume and area

oltre 3 anni fa

Risolto


Finding perimeter of a rectangle
A rectangle has a length of x centimeters and a width of w centimeters. Find the perimeter.

oltre 3 anni fa

Risolto


Find the hypotenuse
Given a and b (the two sides of a right-triangle), find c, the hypotenuse.

oltre 3 anni fa

Risolto


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

oltre 3 anni fa

Risolto


area of a sphere

oltre 3 anni fa

Risolto


Y=X
Given an input variable x, output a variable y that is equal in value to x. Example: Input x = 1 Output y is 1 Inp...

oltre 3 anni fa

Risolto


Volume of Cylinder
Find the volume of a cylinder

oltre 3 anni fa

Risolto


Arrange vector in ascending order
Arrange a given vector in ascending order. input = [4 5 1 2 9]; output = [1 2 4 5 9];

oltre 3 anni fa

Risolto


What percentage?
Calculate the output c as the percentage of a on b for given a and b.

oltre 3 anni fa

Risolto


kmph to mps
convert kilometer per hour to meter per second

oltre 3 anni fa

Risolto


Squaring Matrix
Square the following matrix using matlab % A = 1 2 3 4 5 6 7 8 So new matrix should display...

oltre 3 anni fa

Risolto


Create a Matrix of Zeros
Given an input x, create a square matrix y of zeros with x rows and x columns.

oltre 3 anni fa

Risolto


Square a Number
Given an input x, return y, which is equal to the square of x.

oltre 3 anni fa

Risolto


square root
Find square root of given number

oltre 3 anni fa

Risolto


square of a number
find square of a given number

oltre 3 anni fa

Risolto


cube of number
find cube of number

oltre 3 anni fa

Risolto


Sum two matrices
Take two incoming matrices, and sum them

oltre 3 anni fa

Risolto


Vector Element Multiplication
Take two incoming vectors, and output the element wise multiplication of the vectors.

oltre 3 anni fa

Risolto


Volume of a box
Given a box with a length a, width b, and height c. Solve the volume of the box.

oltre 3 anni fa

Risolto


Square root of a number
Write a code that will output the square root of x.

oltre 3 anni fa

Risolto


Divide by 4
Given the variable x as your input, divide it by four and put the result in y.

oltre 3 anni fa

Risolto


Area of a circle
Given the radius x, y would be the area of a circle. Pi = 3.1416

oltre 3 anni fa

Risolto


The sum of the numbers in the vector
eg. [1,2,3]---->SUM=6

oltre 3 anni fa

Risolto


Find the product of a Vector
How would you find the product of the vector [1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0 5.5 6.0] times 2?; x = [1 : 0.5 : 6]; y ...

oltre 3 anni fa

Risolto


Multiply pi
Multiply pi with x!

oltre 3 anni fa

Risolto


Area of a Square
Given the length x of the side of a regular square, find the area of the square, A.

oltre 3 anni fa

Risolto


Area of a Square
Inside a square is a circle with radius r. What is the area of the square?

oltre 3 anni fa

Risolto


Area of a triangle
A triangle is given with base *'b'* ,vertical hight *'h'* . then find it's area.

oltre 3 anni fa

Risolto


Convert degrees to radians
Given input in degrees, output to radians

oltre 3 anni fa

Carica altro