已解决


Draw a '8' in a zero matrix!

11 days 前

已解决


Draw a '3' in a zero matrix!

11 days 前

已解决


Draw a '2' in a zero matrix!

11 days 前

已解决


Draw a '5' in a zero matrix!

11 days 前

已解决


Draw a '1' in a zero matrix!

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

11 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;...

11 days 前

已解决


Converts numbers into characters
Converts numbers into characters

11 days 前

已解决


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

11 days 前

已解决


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

11 days 前

已解决


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

11 days 前

已解决


to the 2 all elements
to the 2 all elements

11 days 前

已解决


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

11 days 前

已解决


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

11 days 前

已解决


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

11 days 前

已解决


Draw a '0' in a one matrix!

11 days 前

已解决


Energy Conversion 1

11 days 前

已解决


Mass Conversion 2

11 days 前

已解决


Area Conversion 2

11 days 前

已解决


Calculate Current in a Series Circuit Using KVL
Kirchhoff's Voltage Law (KVL) states that the sum of voltages around a closed loop is zero. Given a voltage source (V) and three...

12 days 前

已解决


Voltage Divider Calculation
A voltage divider is a simple circuit used to obtain a reduced voltage from a higher voltage source using two resistors in serie...

12 days 前

已解决


LED Current Calculation
In an electrical circuit, the current (III) flowing through an LED is determined using Ohm’s Law: ​​ Where: I is the current ...

12 days 前

已解决


Inductor Energy Storage Calculation
The energy (EEE) stored in an inductor is given by the formula: Where: E is the energy in joules (J) L is the inductance in...

12 days 前

已解决


Calculate Charge Using Capacitance and Voltage
The charge (Q) stored in a capacitor is given by the formula:Q=C×V where: C is the capacitance (in farads) V is the voltage (...

12 days 前

已解决


Energy Stored in a Capacitor
The energy (E) stored in a capacitor is given by the formula: where: C is the capacitance (in farads) V is the voltage (in ...

12 days 前

已解决


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

12 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)

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

12 days 前

已解决


Back to basics 21 - Matrix replicating
Covering some basic topics I haven't seen elsewhere on Cody. Given an input matrix, generate an output matrix that consists o...

12 days 前

已解决


subtract central cross
Given an n-by-n square matrix, where n is an odd number, return the matrix without the central row and the central column.

12 days 前

加载更多