photo

MANANJAYA NAYAK


Last seen: 8 meses hace Con actividad desde 2022

Followers: 0   Following: 0

Estadística

  • Thankful Level 2

Ver insignias

Feeds

Ver por

Pregunta


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

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 1 año hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 2 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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)

casi 2 años hace | 3 respuestas | 0

3

respuestas

Pregunta


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

casi 2 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

casi 2 años hace | 2 respuestas | 0

2

respuestas