Community Profile

photo

Mohamed Mahmoud


Last seen: quasi 2 anni fa Attivo dal 2020

Followers: 0   Following: 0

Statistiche

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


How to update the value of the variable
clear clc syms forced velocityd densityd density dynamicviscosityd accelerationd Diameterd viscosityd Lengthd pressured a b c ...

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


Error solving three equations in three unknowns
syms Tan Man Lan eqns vars L av bv cv Tan =- b - 2 == 0; Man = c + 1 == 0; Lan = a + b - 3*c - 1 == 0; eqns = [Tan Man Lan...

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


How to solve 3 functions in 4 variables
Tan = 2 - c - a Man = b + c - 1 Lan = a - 3*b - c + d - 1 The answer a=d b=d-1 c= 2-d

oltre 3 anni fa | 2 risposte | 0

2

risposte

Domanda


Solve for exponent variable
syms x y z a b c Q N P S Q= x^a S = solve(Q==(x^4),a) S-4 % why the answer is not zero and how to make it?

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


The degree of function is unknown
syns Q, x, a Q=5*x^(2+a) polynomialDegree(Q) I want the answer to be 2+a

oltre 3 anni fa | 2 risposte | 0

2

risposte