已解决


Calculating the Total Resistance in a Series Circuit
Description: In a series circuit, the total resistance is the sum of the individual resistances. This problem asks you to write ...

4 days 前

已解决


Simple Electrical Power Calculation
Calculate the electrical power using the formula: P=V×I where: V is the voltage (in volts) I is the current (in amperes)

4 days 前

已解决


Ohm’s Law - Calculate Resistance
Ohm’s Law states that resistance R can be calculated as:R=V/I​ where: V is the voltage (in volts) I is the current (in ampere...

4 days 前

已解决


Is A the inverse of B?
Given a matrix A and a matrix B, is A the inverse of B? >>A=[2,4;3,5]; >>B=[-2.5,2;1.5,-1]; >>isInverse...

5 days 前

已解决


Rotate Matrix @180 degree
Rotate Matrix @180 degree Example A=[8 1 6; 3 5 7; 4 9 2], then answer would be [2 9 4;...

5 days 前

已解决


Converts numbers into characters
Converts numbers into characters

5 days 前

已解决


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

5 days 前

已解决


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

5 days 前

已解决


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

5 days 前

已解决


to the 2 all elements
to the 2 all elements

5 days 前

已解决


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

5 days 前

已解决


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

5 days 前

已解决


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

5 days 前

已解决


Draw a '0' in a one matrix!

5 days 前

已解决


Sum of series IX
What is the sum of the following sequence: Σ 1/k! for k=1...n for different n?

5 days 前

已解决


Sum of series VIII

5 days 前

已解决


Sum of series
a(n) = n^2 - (n-1)^2 find the summation of the series upto n i.e. a(1)+a(2)+...+a(n)

5 days 前

已解决


Sum of series VI
What is the sum of the following sequence: Σk⋅k! for k=1...n for different n?

5 days 前

已解决


Sum of series V
What is the sum of the following sequence: Σk(k+1) for k=1...n for different n?

5 days 前

已解决


Sum of series IV
What is the sum of the following sequence: Σ(-1)^(k+1) (2k-1)^2 for k=1...n for different n?

5 days 前

已解决


Sum of series III
What is the sum of the following sequence: Σ(2k-1)^3 for k=1...n for different n?

5 days 前

已解决


Sum of series II
What is the sum of the following sequence: Σ(2k-1)^2 for k=1...n for different n?

5 days 前

已解决


Sum of series I
What is the sum of the following sequence: Σ(2k-1) for k=1...n for different n?

5 days 前

已解决


Sum of series VII
What is the sum of the following sequence: Σ(km^k)/(k+m)! for k=1...n for different n and m?

5 days 前

已解决


Energy Conversion 2

5 days 前

已解决


Energy Conversion 1

5 days 前

已解决


Area Conversion 2

5 days 前

已解决


Area Conversion 1

5 days 前

已解决


Mass Conversion 2

5 days 前

已解决


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

5 days 前

加载更多