Community Profile

photo

MANANJAYA NAYAK


Last seen: 5 months ago Active since 2022

Followers: 0   Following: 0

Statistics

  • Thankful Level 2

View badges

Feeds

View by

Question


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

1 year ago | 1 answer | 0

1

answer

Question


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

1 year ago | 1 answer | 0

1

answer

Question


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

1 year ago | 0 answers | 0

0

answers

Question


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

1 year ago | 1 answer | 0

1

answer

Question


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

1 year ago | 2 answers | 0

2

answers

Question


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)

1 year ago | 3 answers | 0

3

answers

Question


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

1 year ago | 0 answers | 0

0

answers

Question


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

1 year ago | 2 answers | 0

2

answers