MANANJAYA NAYAK
Followers: 0 Following: 0
Feeds
提问
multiple variable optimization GA
A = [2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37]; % Activity set prede...
2 years 前 | 1 个回答 | 0
1
个回答提问
OPTIMIZATION BY GA toolbox
How to put these avove value in optimazation tool box and find out the Minimize time and cost, kindly suggest. The mathematic...
2 years 前 | 1 个回答 | 0
1
个回答提问
logarithm how to slove
i want the result should be in form of logarithm log10(64)-log10(128)+log10(32) ans = 1.2041 % but i nee...
2 years 前 | 0 个回答 | 0
0
个回答提问
plotting graph with 2 different size of vector
Plot the function f(x)=sin (2x) & its derivative d/dx sin(2x)on the same graph. x=1:10; y1=sin(2*x); y2=diff(sin(2*x)); ...
2 years 前 | 1 个回答 | 0
1
个回答提问
L’Hospital’s rule
i want solve a limit function by L'Hospital Rule. syms x a=x+2 b=x^2+3*x+2 c=a/b limit(a,-2) ans=0
2 years 前 | 2 个回答 | 0
2
个回答提问
how to solve logarithm equation
i want to solve an logarithm equation and find the value of x log10(x^4)-log10(x^3) == log10(5*x) -log10(2*x)
2 years 前 | 3 个回答 | 0
3
个回答提问
linear equation solve by solve command
i want to show the value of x in terms of y & z syms x y z a=x + y +z ==4 b=2*x -3*y +4*z == 33...
2 years 前 | 0 个回答 | 0
0
个回答提问
Solve the complex equations
2(x + j y) = 6− j 3 I coded it like: syms x y a=2*(x+y*j)==6-3j; vpasolve(a,[x,y]) ans= x : 3.0 - 1.5i y : 0 but the re...
2 years 前 | 2 个回答 | 0