Karl - MATLAB Central
photo

Karl


Attivo dal 2022

Followers: 0   Following: 0

Messaggio
Spoken Languages:
English, German

Statistica

MATLAB AnswersFrom 08/22 to 04/25Use left and right arrows to move selectionFrom 08/22Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

16 Domande
0 Risposte

RANK
66.288
of 297.972

REPUTAZIONE
0

CONTRIBUTI
16 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
75.0%

VOTI RICEVUTI
0

RANK
 of 20.514

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 159.989

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 3

Visualizza badge

Feeds

Visto da

Domanda


Did the Matlab solver make a mistake?
I fed this equation into the Matlab terminal: syms y v w i s eqn = y/s-i/s == (y^2*w^2/v^2-w^2)^(1/2) sol = solve(eqn, y) ...

circa 2 mesi fa | 0 risposte | 0

0

risposte

1

risposta

Domanda


how does this equation solve for x? it's the intersection between a line and a hyperbola - hopefully
s*x+i = (x^2*v^2/w^2+v^2)^(1/2)

3 mesi fa | 0 risposte | 0

0

risposte

Domanda


Can this equation be solved for x? If yes, how does the solution look? Thank you. Karl.
a*x^4-b*x^2-c*x+d=0

quasi 2 anni fa | 1 risposta | 0

1

risposta

Domanda


Can the intersection points between a circle and a parabola be algebraicly defined? I end up with polynomial degree 6. Thank you.
Circle equation:(x-m)^2+(y-n)^2=r^2 Parabola equation: (x-h)^2=4*f*(y-k)

quasi 2 anni fa | 1 risposta | 0

1

risposta

Domanda


Can this equation be solved for x? How does the solution look? Thank you
x^2-bx+a^2*x^4-d*x^2+c=0

quasi 2 anni fa | 1 risposta | 0

1

risposta

Domanda


Hi, I would need the algebraicly solved two equations for X and Y of the intersection points of two circles to write them as algorithms in a graphics language. Thanks
I understand the two circles to be: (x-x1)^2+(y-y1)^2=r1^2 (x-x2)^2+(y-y2)^2=r2^2 to be multiplied out into: (1) x^2-2*...

circa 2 anni fa | 1 risposta | 0

1

risposta

Domanda


How do these Python commands have to look in Matlab to calculate A and B and show me the two results?
A = 10+10 B = A+10 print("A =",A) print("B =",B) --- will show me: --- A = 20 B = 30

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


Is there a way to see and understand the steps of reduction while this equation gets solved for V? The result should be somewhere around 6. Thank you.
(65-(50-V))/((15-V*0.5)/(V*0.866)) == ((50-V)-((65/(((15-V*0.5)/(V*0.866))+(1.363)))*(1.363)))/((((((((50*2-(50-V))/3.05)*1.732...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


Is it at all possible to solve this equation algebraicly for V? How would the solution look? Thank you.
(K-(A-V))/((B-V*0.5)/(V*0.8660254037844386)) == ((A-V)-((K/(((B-V*0.5)/(V*0.8660254037844386))+(G)))*(G)))/((((((((A*2-(A-V))/F)...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


I am trying to get the commands right in fzero solve this equation for V but can't get out of error messages. What are the correct commands?
(650.4840847370483-(499.99999-V))/((150.4840947370483-V*0.5)/(V*0.8660254037844386))=((499.99999-V)-((650.4840847370483/(((150.4...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


I am trying to get started with fzero in matlab. Is there any tutorial to be found somewhere
fzero tutorial needed

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


Which solver can solve this equation for V. Result should be around 59. I tested the to halfs of the equation on python. Thank you for your directions in the first place.
(650.5-(500-V))/((150.5-V*0.5)/(V*0.8660254037844386)) = ((500-V)-((650.5/(((150.5-V*0.5)/(V*0.8660254037844386))+1.364))*1.36...

oltre 2 anni fa | 2 risposte | 0

2

risposte

Domanda


I want this equation to be solved for V
((R+T)-(R-V))/((T-V*0.5)/(V*0.8660254037844386)) = ((R-V)-(((R+T)/(((T-V*0.5)/(V*0.8660254037844386))+((R+T)/((R^2-((R+T)R)^2)^(...

oltre 2 anni fa | 0 risposte | 0

0

risposte