Changes
http://page.axiom-developer.org/zope/mathaction/187TroubleWithTuples/diff
--
??changed:
-From BillPage Fri Jul 1 14:47:12 -0500 2005
-From: Bill Page
-Date: Fri, 01 Jul 2005 14:47:12 -0500
-Subject: Cartesian products and tuples
-Message-ID: <[EMAIL PROTECTED]>
-
-I think the concept of a
Changes
http://page.axiom-developer.org/zope/mathaction/187TroubleWithTuples/diff
--
??changed:
-> \begin{axiom}
-> f1:Record(a:INT,b:FLOAT)->FLOAT
-
-> f1(arg)==arg.b+arg.a
-> f1[1,1.1]
-> \end{axiom}
->
-> should be viewed as equivalent to
-> \begin{axiom}
-> f2:(INT,FLOAT)->FLOAT
-> f2(a,b)==
Changes
http://page.axiom-developer.org/zope/mathaction/187TroubleWithTuples/diff
--
??changed:
-functionally superior but the tuple construct but it makes
functionally superior to the tuple construct but it makes
--
forwarded from http://page.axiom-developer.org/zope/mathaction/[EMAIL PROTECTED
Changes
http://page.axiom-developer.org/zope/mathaction/187TroubleWithTuples/diff
--
William Sit wrote:
> I agree that the Cartesian product of A, B is implied in the notion
> of Mapping(T,A,B). But that is not the issue here.
??? But that *is* precisely the issue with which **I am** concerned.
Changes
http://page.axiom-developer.org/zope/mathaction/187TroubleWithTuples/diff
--
++added:
??changed:
-the same category. If $f:A \times B \rightarrow C$ is a mapping, where $A$, $B$
-are from the same category, we may sometimes let $D = A \times B$ and identify
-$f$ as $f:D \rightarrow C$ (
Changes
http://page.axiom-developer.org/zope/mathaction/187TroubleWithTuples/diff
--
??changed:
-let me rename this to: $$g:D \rightarrow C$$.
let me rename this to:
$$g:D \rightarrow C$$
??changed:
-If the target $C$ is more involved, say $C$ is D^2$ and $f$ is meant to be the
-diagonal map
If
Changes
http://page.axiom-developer.org/zope/mathaction/187TroubleWithTuples/diff
--
Bill Page wrote:
> From a mathematical point of view clearly the idea that
> Mapping(T, A, B) denotes the class of mappings from (A, B)
> into T implies that (A,B) denotes some kind of set, i.e.
> the Product(A,B
Changes
http://page.axiom-developer.org/zope/mathaction/187TroubleWithTuples/diff
--
Bill Page wrote:
> I think such tuples should be Products ...
>From page 246 of the Axiom book:
"The type of a function is always a mapping of the form
Source -> Target where Source and Target are types."
an
Changes
http://page.axiom-developer.org/zope/mathaction/187TroubleWithTuples/diff
--
??changed:
-> (1,1.1)$(Product(Integer,Float)
> (1,1.1)$Product(Integer,Float)
--
forwarded from http://page.axiom-developer.org/zope/mathaction/[EMAIL PROTECTED]
__
Changes
http://page.axiom-developer.org/zope/mathaction/187TroubleWithTuples/diff
--
Bill Page wrote:
> William Sit wrote:
>
> > Tuple S is actually the infinite union of DirectProduct?(n,S) over all n.
>
> What you describe sounds more like InfiniteTuple - another interesting
> but undocumente
Changes
http://page.axiom-developer.org/zope/mathaction/187TroubleWithTuples/diff
--
Bill Page wrote:
> I think a domain such as Product deserves (much) more documentation
> then just to be listed in Appendix C! Of course that is also true of
> many other domains in Axiom. It worries me that a 1
Changes
http://page.axiom-developer.org/zope/mathaction/187TroubleWithTuples/diff
--
++added:
\begin{axiom}
(INT,INT)
\end{axiom}
--
forwarded from http://page.axiom-developer.org/zope/mathaction/[EMAIL PROTECTED]
___
Axiom-developer mailing list
Axi
Changes
http://page.axiom-developer.org/zope/mathaction/187TroubleWithTuples/diff
--
William Sit wrote:
> Tuple S is actually the infinite union of DirectProduct?(n,S) over all n.
What you describe sounds more like InfiniteTuple - another interesting
but undocumented domain.
--
forwarded from ht
Changes
http://page.axiom-developer.org/zope/mathaction/187TroubleWithTuples/diff
--
??changed:
-I prefer to read (2,3) or 2,3 for tuple, and [2,3] only for lists.
I prefer to read (2,3) or 2,3 for tuple, and ![2,3] only for lists.
??changed:
-(1,1.1)$(Product(Integer,Float)
makeprod(1,1.1)$Prod
Changes
http://page.axiom-developer.org/zope/mathaction/187TroubleWithTuples/diff
--
I think a domain such as Product deserves (much) more documentation
then just to be listed in Appendix C! Of course that is also true of
many other domains in Axiom. It worries me that a 1000+ page book is
not nea
Changes
http://page.axiom-developer.org/zope/mathaction/187TroubleWithTuples/diff
--
Product can be looked up in hyperdoc. It is listed in Appendix C (p. 613 of
Axiom (paper) Book; p. 1028 of eBook). Tuple is more like Direct Product since
the entries must come from the same domain. However, Pro
Changes
http://page.axiom-developer.org/zope/mathaction/187TroubleWithTuples/diff
--
??changed:
-There error messages indicate some serious problems
These error messages indicate some serious problems
++added:
\end{axiom}
'Tuple Any' should work in a similar way to 'List Any' and
'DirectProduct
Changes
http://page.axiom-developer.org/zope/mathaction/187TroubleWithTuples/diff
--
I think the concept of a tuple and [Cartesian Product] should be related,
i.e. a tuple is an element of a Cartesian Product:
\begin{axiom}
)expose Product
makeprod(1,1.1)
f:(INT,Float)->Float
f:Product(INT,Float)
Changes
http://page.axiom-developer.org/zope/mathaction/187TroubleWithTuples/diff
--
??changed:
-This bug may be due to the Interpreter coercing 'Tuple INT' to 'PRIMARR INT'
and then to 'OutputForm', which perhaps uses the List output. Tim Daly may know
more.
This "bug" may be due to the Interp
Changes
http://page.axiom-developer.org/zope/mathaction/187TroubleWithTuples/diff
--
??changed:
-\par
??changed:
-\par
-Students and I make errors when the display is the same, even if there is a
type information.
Students and I make errors when the display is the same, even if there is a
Changes
http://page.axiom-developer.org/zope/mathaction/187TroubleWithTuples/diff
--
This page was renamed from #187 trouoble with tuples to #187 trouble with
tuples.
--
forwarded from http://page.axiom-developer.org/zope/mathaction/[EMAIL PROTECTED]
___
Changes
http://page.axiom-developer.org/zope/mathaction/187TroubleWithTuples/diff
--
Why tuples are displayed as list ?
\par
I prefer to read (2,3) or 2,3 for tuple, and [2,3] only for lists.
\par
Students and I make errors when the display is the same, even if there is a
type information.
--
22 matches
Mail list logo