Maple 2020 Questions and Posts

These are Posts and Questions associated with the product, Maple 2020

Problem Q15 in the book Parabolic Problems by David Angell and Thomas Britz describes a large circle (LC) and several smaller circles (SCs) which are each tangent to its neighbour SC(s), and externally to LC. All circles are tangent to the x axis and above it.

Section one of this worksheet displays the LC and six of the SCs based on the book's formula for the diameter of the latter in terms of the diameter of the LC and the largest SC, which is determined by the user.

Section two finds and displays that all of the displayed SCs' centers lie on the diameter of a circle closely related to the LC and larger than it.

Can this be proved to be the case for any sizes of the LC and SCs in the same formation as that displayed?

Parabola_Problems_Q15.mw

This worksheet defines two physics problems and fails in the attempt to solve the first one.

How can these problems be solved?

Rolling_circle.mw

Hello

Following on from my earlier question:

https://www.mapleprimes.com/questions/239620-Round-Robin-With-Double-Bye

a colleague has produced (admittedly hurriedly) a sports schedule over 14 weeks for a 8-team double bye, and a 10-team over 15 weeks. 
Looking at it, and counting the possible combinations, neither seem optimal...

The 8 team has equal byes, the 10 uneven.

Edit. Ideally no team would have 2 byes in a row. 

Is there a solution in maple over these weeks? given the min duration would be 13 weeks and the max 15 weeks?
In the previous solution by mmcdara the 8 bye schedule each team has played 6 times after week 8, but since the roster is truncated to 14 or 15, there will be some weeks when no byes are required (all teams playing) to even things up.
Similarly, the 10 bye each team has played 8 times after week 10, but since the roster is truncated to 14 or 15, there will be some weeks when no byes are required.

Any help would be welcome!
double_bye.xls

Edit: I made some counting errors. It's 28 and 45 as Carl pointed out
double_bye_revised.xls

Hi

Can someone improve my AI code so I get to the final team's config directly, rather than a series of set iterations? thanks 

teams.mw

set 1: Michael K, Andy C
set 2: Michael G, Mitch
set 3: Jez, Dean B
set 4: Anthony B, Rik B
set 5: Ilya, Fariborz
set 6: Eugene, Tania
set 7: Bill, Stevs
set 8: Victor, Jane
set 9: Nash, Ben
 

Hi

Following on from this question, https://www.mapleprimes.com/questions/200909-Roster-Choose-Teams
I wanted to create the sequence for n>3 teams, where n:: even and two byes.
Currently, my AI-modified code produces the wrong output, can someone modify it?

# Example usage with 8 teams and 2 byes
PrintPairings(8); 

Round 1:
  1 vs 2
  3 vs 4
  5 sits out
  8 sits out
....
:Round_Robin.mw
It should be
Round 1:
  1 vs 2
  3 vs 4
  5 vs 6
  7 sits out
  8 sits out
......
etc

The uploaded worksheet defines a surface.

I would like to code a ball rolling across this surface (and others) starting from an initial position on the surface and an initial velocity tangent to the surface, but I don't know how to do this.

What is the combination of physics (including gravity) and math that accomplishes this task?

Ball-rolling-on-a-surface.mw

Hi. I'm comparing two 7x3-man teams lists. I can see there are at least 2 teams that have common members, new[1] and past[4], new[4] and past[3]. There may be others but the chat gpt code below doesn't definitively find any of them.

common.mw

If we have the system of difference equations

xn=yn-1xn-1+2,             yn=0.5 xn-1+yn-1+1,      n=1,2,...,

 where x0 and y0 are positive initial valyes.

How can I plot the solution {xn,yn} ??

In the final plot in this worksheet, the electric field is displayed using blue headless vectors.

Instead, how can the gradient of the dipole's potential field be displayed in field lines?

Dipole_fields.mw

In calculation limit, signum and infinity appear!!!

Is this correct?

 

lim.mw

Circular_gears_meshing_blunt_teeth_shape_from_involute_of_circle.mw

My worksheet has suddenly begun producing the following error message when executing legitimate commands:

Error, (in cos) type `SymbolicInfinity` does not exist

Why has this worksheet suddenly begun issuing these mysterious error messages and how can it be restored to working order?

The uploaded worksheet is intended to be an example of the Equal Incircles Theorem, but the incircles displayed are not equal.

What is wrong in the worksheet and how can the error(s) be corrected?

Equal_Incircles_theorem.mw

I am particularly interested in a full coordplot3d display for ellipsoidal coords. 

Hi.

Why maple can not compute integral?

Thanks

int.mw

Hi

A padel group organises doubles tournaments with the following structure: 16 players participate in four rounds, with each round consisting of four doubles matches. Players switch partners after each round.

So what I require is some code to generate the first round matches, the second round, the third, the nth .....

note the worksheet I bastardised from Tom Leslie's work. 

2_man_teams_doubles.mw

1 2 3 4 5 6 7 Last Page 1 of 56