Tokoro

115 Reputation

5 Badges

3 years, 219 days

MaplePrimes Activity


These are questions asked by Tokoro

Electric circuit problem.
How to solve this four resistors circuit by Syrup? ... EDIT; This is not my electric circuit problem. My exercise how to use Maple. Below is the problem.

This electric circuit problem is very hard to solve. Maple or other math program must need to solve.

How to make one ohm by using one-ohm resistors while each resistor must flow different current.

Using 1 A current source, node 1 shows 1 V.

The electric circuit below shows 1 ohm, however, the current of each resistor is same.

So, this is not the answer.

NULL

restart; with(Syrup); ckt := [-Iin(1), `&//`(R1(1), R2(1)), `&//`(R3(1), R4(1))]; Draw(ckt)

 

NULL

Download Make_one_ohm_by_one_ohm.mw

NULL

restart;

with(plots):with(plottools):

Solve diagonal resistance of nodes (0,0,0)-(3,4,5), (Edge length = ohm).(156/47 ohm)

   

plots[display]([nodes, node2, plotlinesx], scaling = constrained, style = wireframe, axes = boxed, orientation = [-50, 70, 0])

 

Solve minimum diagonal surface distance of nodes (0,0,0)-(3,4,5).(sqrt(74))
NULL

NULL

Download Resistance-345.mw

Solve diagonal resistance of nodes (0,0,0)-(3,4,5),

Edge length = ohm, therefore, each edge has 3, 4 and 5 ohm, respectivery. (156/47 ohm)

Solve minimum diagonal surface distance of nodes (0,0,0)-(3,4,5). (sqrt(74))

Electric circuit study.

Tokoro.

The two points on the sphere has radius r=1/2. So, the distance is 1.
The three points on the sphere has radius r=1/sqrt(3). So, all distances are 1.
The four points on the sphere has radius r=sqrt(6)/4. So, all distances are 1.
What is the smallest sphere radius for 5 points and above numbers?  

Find the smallest sphere radius and 3D position of each point.

Answer of smaller radius is better.

Tokoro.


 

All distances of point to point on the sphere to be integer.
The two points on the sphere has radius r=1/2. So, the distance is 1.
The three points on the sphere has radius r=1/sqrt(3). So, all distances are 1.

The four points on the sphere has radius r=sqrt(6)/4. So, all distances are 1.
What is the smallest sphere radius for 5 points and above numbers?  Find the smallest sphere radius and 3D position of each point.

with(plots)with(GraphTheory); with(LinearAlgebra); with(SpecialGraphs)

with(plottools)

NULL

The answer of 4 points. r=sqrt(6)/4

   

plots[display]([c, nodes, plotlinesx], scaling = constrained, style = wireframe, axes = boxed)

 

NULL


 

Download 3D-4points.mw

The two points on the circle has radius r=1/2. So, the distance is 1.
The three points on the circle has radius r=1/sqrt(3). So, the all distances are 1.
What is the smallest circle radius for 6 points and above numbers?  


 

All distances of point to point on the circle to be integer.
The two points on the circle has radius r=1/2. So, the distance is 1.
The three points on the circle has radius r=1/sqrt(3). So, the all distances are 1.
What is the smallest circle radius for 4 points and above numbers?  

with(plots)with(plottools)

The answer of 5 points. r=16/sqrt(15)

   

plots[display](Cc5, plotlinesx5, nodes)

 

 

NULL


 

 

Resistor grid of one ohm to make rubik cube of 3*4*5.
Resistance of red node to node is 

nx, ny, nz;

Ans := R3D;
Ans*Unit('ohm');
                            3, 4, 5

               1.211 Unit(Ω)

Tokoro.

grid cube electrical-engineering

1 2 3 Page 2 of 3