Community Profile

photo

Aiswarya Nair Manikantan Geetha


Last seen: 2 mesi fa Attivo dal 2022

Followers: 0   Following: 0

Statistiche

Feeds

Visto da

Domanda


using solve to solve equation with fractional power?
syms a b x assume(x>0) assumeAlso(x<a*b) assumeAlso(a>0) assumeAlso(b>0) eqn = (3*x^(2/3))/2 + 3/2 == -(x - a*b)/x ; x = s...

quasi 2 anni fa | 1 risposta | 0

1

risposta

Domanda


Is there any way to solve an ineuality with syms?
clc clear all close all syms c_1 c_2 I D r_t p rho_t phi = 2*p*((1000*p^2*rho_t^2)/(rho_t*p^2 + 1))^(1/2) + 2*(1000 - (10...

circa 2 anni fa | 1 risposta | 0

1

risposta

Domanda


Finding solution of an equation containing symbolic parameters. I want solution of one symbolic parameter in terms of another
syms c_1 c_2 D r_t %Parameters sig = 0.2; p=0.5; rho_t =1; w_t =100; %Function u = (c_1^sig)/sig ; v = (c_2^sig)/sig; ...

circa 2 anni fa | 1 risposta | 0

1

risposta