photo

Jimmie Whate


Con actividad desde 2016

Followers: 0   Following: 0

Estadística

All
  • Thankful Level 1
  • Promoter
  • Solver

Ver insignias

Feeds

Ver por

Resuelto


Sum of cubes
Write a program to determine sum of cubes of first n odd numbers.

casi 8 años hace

Resuelto


Back to Basics
Dot product of vectors. Given two vectors A and B, calculate their dot product. A=[1 2 3]; B=[3 2 1]; C=10;

casi 8 años hace

Resuelto


Leap year or Not
Check if a given year is Leap year or not.

casi 8 años hace

Resuelto


Energy of an object
Calculate the total mechanical energy of an object. Total Energy= Potential energy + Kinetic energy P.E.=m*g*h K.E.=1/2...

casi 8 años hace

Resuelto


Mean of a matrix
Determine numeric mean of a matrix

casi 8 años hace

Resuelto


Standard Deviation
Find standard deviation of an array.

casi 8 años hace

Resuelto


Display negative numbers
Given array,x, display all the negative numbers and display output as y. Example x=[1 -2 3 -4] , output is y=[-2 -4].

casi 8 años hace

Resuelto


Number of primes
Count the number of primes less than 'n'.

casi 8 años hace

Resuelto


Create a constant offset.
Add a constant offset to an array. For example: a=[1 3 5 9]; offset=2; y=[3 5 7 11];

casi 8 años hace

Resuelto


kmph to mph converter
Convert the speed in miles/hour to km/hour.

casi 8 años hace

Resuelto


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

casi 8 años hace

Resuelto


Nth root
Nth root of a number x

casi 8 años hace