Réponse apportée
How to solve a System of First Order ODE
clc clear all close all %t=[0:0.01:100]; syms y1(t) y2(t) ode1 = diff(y1) == -0.02*y1 + 0.02*y2; ode2 = diff(y2) == 0.02*y...

plus de 4 ans il y a | 0

| A accepté

A résolu


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

plus de 4 ans il y a

Question


Matlab code for Reactive Power Optimization Using Genatic algorithm IEEE 14 bus
Reactive Power Optimization Using Genatic algorithm IEEE 14 bus

plus de 7 ans il y a | 2 réponses | 0

2

réponses