Solve function for Supernode Circuit Analysis

Click For Summary
Using the TI-89 Titanium ROM Version 3.10, the solve() function can handle N equations with N unknowns effectively. However, challenges arise when applying it to Nodal Analysis involving a supernode, which introduces more equations than variables. In the provided example, three equations are defined, but only two variables (v1 and v2) are present. The equation for the supernode adds an additional constraint, resulting in the solve() function returning false when attempting to solve the system. This indicates that the function struggles with overdetermined systems where the number of equations exceeds the number of variables. A workaround or alternative approach may be necessary to address this issue, as the current setup does not yield a solution.
vtee2014
Messages
1
Reaction score
0
I am using a TI-89 Titanium ROM Version 3.10

I can use solve() readily for N equations and N unknowns, however:

I am trying to use the solve() function for Nodal Analysis with a Supernode

As you may recall, this means more equations than variables:

For example: (this is slightly modified from the real problem)

1] v1/2 + (v1-v2)/3 - 9 = 0 --> I am storing this STO > n1

2] v2/6 + (v2-v1)/3 - 7 = 0 --> I am storing this STO > n2

supernode

s] v2 + 5 = v1

or v1 - v2 - 5 = 0 --> I am storing this STO > n3

The supernode adds one more equation but there are only two variables

so:

solve(n1 and n2 and n3, {v1, v2})

returns -> false

This may be a trivial fix or more complicated, but I cannot see a workaround

How do I use solve() when there are N unknowns and > N equations ??
 
Computer science news on Phys.org
I'm sorry you are not finding help at the moment. Is there any additional information you can share with us?
 
Thread 'ChatGPT Examples, Good and Bad'
I've been experimenting with ChatGPT. Some results are good, some very very bad. I think examples can help expose the properties of this AI. Maybe you can post some of your favorite examples and tell us what they reveal about the properties of this AI. (I had problems with copy/paste of text and formatting, so I'm posting my examples as screen shots. That is a promising start. :smile: But then I provided values V=1, R1=1, R2=2, R3=3 and asked for the value of I. At first, it said...

Similar threads

Replies
2
Views
2K
  • · Replies 15 ·
Replies
15
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 7 ·
Replies
7
Views
8K
Replies
20
Views
4K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K