送信済み


Conformal Mapping
conformal mapping or conformal map using complex analytic functions

4ヶ月 前 | ダウンロード 6 件 |

Thumbnail

送信済み


Adaptive Linear Neuron model Animation
Adaptive Linear Neuron can be used in signal processing and extraction of harmonics and dc offset in a voltage/current signal in...

5ヶ月 前 | ダウンロード 9 件 |

Thumbnail

送信済み


Subsynchronous Resonance (SSR) -
modal analysis on a rotor system to determine the natural torsional frequencies and mode shapes of the system by Python

8ヶ月 前 | ダウンロード 2 件 |

送信済み


Solving Electricity Market Problem by MatPower and GAMS
Study of a power market problem using MatPower (in MATLAB) and GAMS

8ヶ月 前 | ダウンロード 6 件 |

送信済み


Decomposition of An Oscillating magnetic field
Two rotating vectors, one clockwise and the other counterclockwise, and the resultant vector animation

8ヶ月 前 | ダウンロード 1 件 |

Thumbnail

送信済み


Power Flow in distribution power networks in presence of DGs
Implementation of Standard Backward Forward Sweep (B/FS) method and Branch Current Based B/FS (BCBBFS) in MATLAB

8ヶ月 前 | ダウンロード 11 件 |

解決済み


Total energy

8ヶ月 前

解決済み


Kinetic energy calculation

8ヶ月 前

解決済み


Laws of motion 1

8ヶ月 前

解決済み


Laws of motion 2

8ヶ月 前

解決済み


Laws of motion 4
Given the initial velocity 'u', final velocity 'v' and acceleration 'a', find the distance travelled.

8ヶ月 前

解決済み


Laws of motion 5

8ヶ月 前

解決済み


Sums of cubes and squares of sums
Given the positive integers 1:n, can you: 1. Compute twice the sum of the cubes of those numbers. 2. Subtract the square...

8ヶ月 前

解決済み


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displayed ...

8ヶ月 前

解決済み


Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.

8ヶ月 前

解決済み


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

8ヶ月 前

解決済み


Potential energy calculation

8ヶ月 前

解決済み


Velocity Conversion
Given a velocity in mph, convert it to km/h. Round the answer to the fourth decimal place.

8ヶ月 前

解決済み


Force and Motion 3
Two robots push on a large object in the same direction. One robot pushes with a force of F1 Newtons and the other with a force...

8ヶ月 前

解決済み


Voltage in a lamp
A lamp is measured to have a resistance of R ohms when it operates at a power of P Watts. What is the voltage (in volts) being a...

8ヶ月 前

解決済み


Resistance in a circuit
Two resistors with values of 6.0 ohms and 12 ohms are connected in parallel. This combination is connected in series with a 4 o...

8ヶ月 前

解決済み


Calculate supply voltage and total current
Three resistors are connected in series and each has a resistance in ohms. Resistor R2 has a voltage drop of ΔV2volts Find the ...

8ヶ月 前

解決済み


Force and Motion 2
Two robots are pulling on an object in opposite directions. One robot pulls with a force of F1 Newtons and the other with a forc...

8ヶ月 前

解決済み


Laws of motion 6

8ヶ月 前

解決済み


Laws of motion 3

8ヶ月 前

解決済み


Add two numbers
Given a and b, return the sum a+b in c.

8ヶ月 前

解決済み


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

8ヶ月 前

解決済み


Return the 3n+1 sequence for n
A Collatz sequence is the sequence where, for a given number n, the next number in the sequence is either n/2 if the number is e...

8ヶ月 前

解決済み


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

8ヶ月 前

解決済み


Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the numbers. Otherwise return false. Example...

8ヶ月 前

さらに読み込む