passagemath-symbolics 10.6.40__cp314-cp314t-macosx_13_0_x86_64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of passagemath-symbolics might be problematic. Click here for more details.
- passagemath_symbolics/.dylibs/libgmp.10.dylib +0 -0
- passagemath_symbolics/__init__.py +3 -0
- passagemath_symbolics-10.6.40.dist-info/METADATA +187 -0
- passagemath_symbolics-10.6.40.dist-info/RECORD +172 -0
- passagemath_symbolics-10.6.40.dist-info/WHEEL +6 -0
- passagemath_symbolics-10.6.40.dist-info/top_level.txt +3 -0
- sage/all__sagemath_symbolics.py +17 -0
- sage/calculus/all.py +14 -0
- sage/calculus/calculus.py +2826 -0
- sage/calculus/desolvers.py +1866 -0
- sage/calculus/predefined.py +51 -0
- sage/calculus/tests.py +225 -0
- sage/calculus/var.cpython-314t-darwin.so +0 -0
- sage/calculus/var.pyx +401 -0
- sage/dynamics/all__sagemath_symbolics.py +6 -0
- sage/dynamics/complex_dynamics/all.py +5 -0
- sage/dynamics/complex_dynamics/mandel_julia.py +765 -0
- sage/dynamics/complex_dynamics/mandel_julia_helper.cpython-314t-darwin.so +0 -0
- sage/dynamics/complex_dynamics/mandel_julia_helper.pyx +1035 -0
- sage/ext/all__sagemath_symbolics.py +1 -0
- sage/ext_data/kenzo/CP2.txt +45 -0
- sage/ext_data/kenzo/CP3.txt +349 -0
- sage/ext_data/kenzo/CP4.txt +4774 -0
- sage/ext_data/kenzo/README.txt +49 -0
- sage/ext_data/kenzo/S4.txt +20 -0
- sage/ext_data/magma/latex/latex.m +1021 -0
- sage/ext_data/magma/latex/latex.spec +1 -0
- sage/ext_data/magma/sage/basic.m +356 -0
- sage/ext_data/magma/sage/sage.spec +1 -0
- sage/ext_data/magma/spec +9 -0
- sage/geometry/all__sagemath_symbolics.py +8 -0
- sage/geometry/hyperbolic_space/all.py +5 -0
- sage/geometry/hyperbolic_space/hyperbolic_coercion.py +743 -0
- sage/geometry/hyperbolic_space/hyperbolic_constants.py +5 -0
- sage/geometry/hyperbolic_space/hyperbolic_geodesic.py +2409 -0
- sage/geometry/hyperbolic_space/hyperbolic_interface.py +206 -0
- sage/geometry/hyperbolic_space/hyperbolic_isometry.py +1082 -0
- sage/geometry/hyperbolic_space/hyperbolic_model.py +1502 -0
- sage/geometry/hyperbolic_space/hyperbolic_point.py +621 -0
- sage/geometry/riemannian_manifolds/all.py +7 -0
- sage/geometry/riemannian_manifolds/parametrized_surface3d.py +1632 -0
- sage/geometry/riemannian_manifolds/surface3d_generators.py +461 -0
- sage/interfaces/all__sagemath_symbolics.py +1 -0
- sage/interfaces/magma.py +3017 -0
- sage/interfaces/magma_free.py +92 -0
- sage/interfaces/maple.py +1397 -0
- sage/interfaces/mathematica.py +1345 -0
- sage/interfaces/mathics.py +1312 -0
- sage/interfaces/sympy.py +1398 -0
- sage/interfaces/sympy_wrapper.py +197 -0
- sage/interfaces/tides.py +938 -0
- sage/libs/all__sagemath_symbolics.py +6 -0
- sage/manifolds/all.py +7 -0
- sage/manifolds/calculus_method.py +555 -0
- sage/manifolds/catalog.py +437 -0
- sage/manifolds/chart.py +4019 -0
- sage/manifolds/chart_func.py +3419 -0
- sage/manifolds/continuous_map.py +2183 -0
- sage/manifolds/continuous_map_image.py +155 -0
- sage/manifolds/differentiable/affine_connection.py +2475 -0
- sage/manifolds/differentiable/all.py +1 -0
- sage/manifolds/differentiable/automorphismfield.py +1383 -0
- sage/manifolds/differentiable/automorphismfield_group.py +604 -0
- sage/manifolds/differentiable/bundle_connection.py +1445 -0
- sage/manifolds/differentiable/characteristic_cohomology_class.py +1840 -0
- sage/manifolds/differentiable/chart.py +1241 -0
- sage/manifolds/differentiable/curve.py +1028 -0
- sage/manifolds/differentiable/de_rham_cohomology.py +541 -0
- sage/manifolds/differentiable/degenerate.py +559 -0
- sage/manifolds/differentiable/degenerate_submanifold.py +1671 -0
- sage/manifolds/differentiable/diff_form.py +1658 -0
- sage/manifolds/differentiable/diff_form_module.py +1062 -0
- sage/manifolds/differentiable/diff_map.py +1315 -0
- sage/manifolds/differentiable/differentiable_submanifold.py +291 -0
- sage/manifolds/differentiable/examples/all.py +1 -0
- sage/manifolds/differentiable/examples/euclidean.py +2517 -0
- sage/manifolds/differentiable/examples/real_line.py +897 -0
- sage/manifolds/differentiable/examples/sphere.py +1186 -0
- sage/manifolds/differentiable/examples/symplectic_space.py +187 -0
- sage/manifolds/differentiable/examples/symplectic_space_test.py +40 -0
- sage/manifolds/differentiable/integrated_curve.py +4035 -0
- sage/manifolds/differentiable/levi_civita_connection.py +841 -0
- sage/manifolds/differentiable/manifold.py +4254 -0
- sage/manifolds/differentiable/manifold_homset.py +1826 -0
- sage/manifolds/differentiable/metric.py +3032 -0
- sage/manifolds/differentiable/mixed_form.py +1507 -0
- sage/manifolds/differentiable/mixed_form_algebra.py +559 -0
- sage/manifolds/differentiable/multivector_module.py +800 -0
- sage/manifolds/differentiable/multivectorfield.py +1520 -0
- sage/manifolds/differentiable/poisson_tensor.py +268 -0
- sage/manifolds/differentiable/pseudo_riemannian.py +755 -0
- sage/manifolds/differentiable/pseudo_riemannian_submanifold.py +1839 -0
- sage/manifolds/differentiable/scalarfield.py +1343 -0
- sage/manifolds/differentiable/scalarfield_algebra.py +472 -0
- sage/manifolds/differentiable/symplectic_form.py +910 -0
- sage/manifolds/differentiable/symplectic_form_test.py +220 -0
- sage/manifolds/differentiable/tangent_space.py +412 -0
- sage/manifolds/differentiable/tangent_vector.py +616 -0
- sage/manifolds/differentiable/tensorfield.py +4665 -0
- sage/manifolds/differentiable/tensorfield_module.py +963 -0
- sage/manifolds/differentiable/tensorfield_paral.py +2450 -0
- sage/manifolds/differentiable/tensorfield_paral_test.py +16 -0
- sage/manifolds/differentiable/vector_bundle.py +1728 -0
- sage/manifolds/differentiable/vectorfield.py +1717 -0
- sage/manifolds/differentiable/vectorfield_module.py +2445 -0
- sage/manifolds/differentiable/vectorframe.py +1832 -0
- sage/manifolds/family.py +270 -0
- sage/manifolds/local_frame.py +1490 -0
- sage/manifolds/manifold.py +3090 -0
- sage/manifolds/manifold_homset.py +452 -0
- sage/manifolds/operators.py +359 -0
- sage/manifolds/point.py +994 -0
- sage/manifolds/scalarfield.py +3718 -0
- sage/manifolds/scalarfield_algebra.py +629 -0
- sage/manifolds/section.py +3111 -0
- sage/manifolds/section_module.py +831 -0
- sage/manifolds/structure.py +229 -0
- sage/manifolds/subset.py +2764 -0
- sage/manifolds/subsets/all.py +1 -0
- sage/manifolds/subsets/closure.py +131 -0
- sage/manifolds/subsets/pullback.py +885 -0
- sage/manifolds/topological_submanifold.py +891 -0
- sage/manifolds/trivialization.py +733 -0
- sage/manifolds/utilities.py +1348 -0
- sage/manifolds/vector_bundle.py +1342 -0
- sage/manifolds/vector_bundle_fiber.py +332 -0
- sage/manifolds/vector_bundle_fiber_element.py +111 -0
- sage/matrix/all__sagemath_symbolics.py +1 -0
- sage/matrix/matrix_symbolic_dense.cpython-314t-darwin.so +0 -0
- sage/matrix/matrix_symbolic_dense.pxd +6 -0
- sage/matrix/matrix_symbolic_dense.pyx +1022 -0
- sage/matrix/matrix_symbolic_sparse.cpython-314t-darwin.so +0 -0
- sage/matrix/matrix_symbolic_sparse.pxd +6 -0
- sage/matrix/matrix_symbolic_sparse.pyx +1029 -0
- sage/modules/all__sagemath_symbolics.py +1 -0
- sage/modules/vector_callable_symbolic_dense.py +105 -0
- sage/modules/vector_symbolic_dense.py +116 -0
- sage/modules/vector_symbolic_sparse.py +118 -0
- sage/rings/all__sagemath_symbolics.py +4 -0
- sage/rings/asymptotic/all.py +6 -0
- sage/rings/asymptotic/asymptotic_expansion_generators.py +1485 -0
- sage/rings/asymptotic/asymptotic_ring.py +4858 -0
- sage/rings/asymptotic/asymptotics_multivariate_generating_functions.py +4153 -0
- sage/rings/asymptotic/growth_group.py +5373 -0
- sage/rings/asymptotic/growth_group_cartesian.py +1400 -0
- sage/rings/asymptotic/term_monoid.py +5237 -0
- sage/rings/function_field/all__sagemath_symbolics.py +2 -0
- sage/rings/polynomial/all__sagemath_symbolics.py +1 -0
- sage/symbolic/all.py +15 -0
- sage/symbolic/assumptions.py +985 -0
- sage/symbolic/benchmark.py +93 -0
- sage/symbolic/callable.py +459 -0
- sage/symbolic/complexity_measures.py +35 -0
- sage/symbolic/constants.py +1287 -0
- sage/symbolic/expression_conversion_algebraic.py +310 -0
- sage/symbolic/expression_conversion_sympy.py +317 -0
- sage/symbolic/expression_conversions.py +1713 -0
- sage/symbolic/function_factory.py +355 -0
- sage/symbolic/integration/all.py +1 -0
- sage/symbolic/integration/external.py +270 -0
- sage/symbolic/integration/integral.py +1115 -0
- sage/symbolic/maxima_wrapper.py +162 -0
- sage/symbolic/operators.py +267 -0
- sage/symbolic/random_tests.py +462 -0
- sage/symbolic/relation.py +1907 -0
- sage/symbolic/ring.cpython-314t-darwin.so +0 -0
- sage/symbolic/ring.pxd +5 -0
- sage/symbolic/ring.pyx +1396 -0
- sage/symbolic/subring.py +1025 -0
- sage/symbolic/symengine.py +19 -0
- sage/symbolic/tests.py +40 -0
- sage/symbolic/units.py +1470 -0
|
@@ -0,0 +1,155 @@
|
|
|
1
|
+
# sage_setup: distribution = sagemath-symbolics
|
|
2
|
+
r"""
|
|
3
|
+
Images of Manifold Subsets under Continuous Maps as Subsets of the Codomain
|
|
4
|
+
|
|
5
|
+
:class:`ImageManifoldSubset` implements the image of a continuous map `\Phi`
|
|
6
|
+
from a manifold `M` to some manifold `N` as a subset `\Phi(M)` of `N`,
|
|
7
|
+
or more generally, the image `\Phi(S)` of a subset `S \subseteq M` as a
|
|
8
|
+
subset of `N`.
|
|
9
|
+
"""
|
|
10
|
+
|
|
11
|
+
# ****************************************************************************
|
|
12
|
+
# Copyright (C) 2021 Matthias Koeppe <mkoeppe@math.ucdavis.edu>
|
|
13
|
+
#
|
|
14
|
+
# This program is free software: you can redistribute it and/or modify
|
|
15
|
+
# it under the terms of the GNU General Public License as published by
|
|
16
|
+
# the Free Software Foundation, either version 2 of the License, or
|
|
17
|
+
# (at your option) any later version.
|
|
18
|
+
# https://www.gnu.org/licenses/
|
|
19
|
+
# ****************************************************************************
|
|
20
|
+
|
|
21
|
+
from sage.manifolds.subset import ManifoldSubset
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
class ImageManifoldSubset(ManifoldSubset):
|
|
25
|
+
r"""
|
|
26
|
+
Subset of a topological manifold that is a continuous image of a manifold subset.
|
|
27
|
+
|
|
28
|
+
INPUT:
|
|
29
|
+
|
|
30
|
+
- ``map`` -- continuous map `\Phi`
|
|
31
|
+
- ``inverse`` -- (default: ``None``) continuous map from
|
|
32
|
+
``map.codomain()`` to ``map.domain()``, which once restricted to the image
|
|
33
|
+
of `\Phi` is the inverse of `\Phi` onto its image if the latter
|
|
34
|
+
exists (NB: no check of this is performed)
|
|
35
|
+
- ``name`` -- (default: computed from the names of the map and the subset)
|
|
36
|
+
string; name (symbol) given to the subset
|
|
37
|
+
- ``latex_name`` -- string (default: ``None``); LaTeX symbol to
|
|
38
|
+
denote the subset; if none is provided, it is set to ``name``
|
|
39
|
+
- ``domain_subset`` -- (default: the domain of ``map``) a subset of the domain of
|
|
40
|
+
``map``
|
|
41
|
+
"""
|
|
42
|
+
|
|
43
|
+
def __init__(
|
|
44
|
+
self, map, inverse=None, name=None, latex_name=None, domain_subset=None
|
|
45
|
+
):
|
|
46
|
+
r"""
|
|
47
|
+
Construct a manifold subset that is the image of a continuous map.
|
|
48
|
+
|
|
49
|
+
TESTS::
|
|
50
|
+
|
|
51
|
+
sage: M = Manifold(2, 'M', structure='topological')
|
|
52
|
+
sage: N = Manifold(1, 'N', ambient=M, structure='topological')
|
|
53
|
+
sage: CM.<x,y> = M.chart()
|
|
54
|
+
sage: CN.<u> = N.chart(coord_restrictions=lambda u: [u > -1, u < 1])
|
|
55
|
+
sage: Phi = N.continuous_map(M, {(CN,CM): [u, 1 + u^2]}, name='Phi')
|
|
56
|
+
sage: Phi_inv = M.continuous_map(N, {(CM, CN): [x]}, name='Phi_inv')
|
|
57
|
+
sage: Phi_N = Phi.image(inverse=Phi_inv)
|
|
58
|
+
sage: TestSuite(Phi_N).run()
|
|
59
|
+
"""
|
|
60
|
+
self._map = map
|
|
61
|
+
self._inverse = inverse
|
|
62
|
+
if domain_subset is None:
|
|
63
|
+
domain_subset = map.domain()
|
|
64
|
+
self._domain_subset = domain_subset
|
|
65
|
+
base_manifold = map.codomain()
|
|
66
|
+
map_name = map._name or 'f'
|
|
67
|
+
map_latex_name = map._latex_name or map_name
|
|
68
|
+
if latex_name is None:
|
|
69
|
+
if name is None:
|
|
70
|
+
latex_name = map_latex_name + r'(' + domain_subset._latex_name + ')'
|
|
71
|
+
else:
|
|
72
|
+
latex_name = name
|
|
73
|
+
if name is None:
|
|
74
|
+
name = map_name + '_' + domain_subset._name
|
|
75
|
+
ManifoldSubset.__init__(self, base_manifold, name, latex_name=latex_name)
|
|
76
|
+
|
|
77
|
+
def _repr_(self):
|
|
78
|
+
r"""
|
|
79
|
+
String representation of the object.
|
|
80
|
+
|
|
81
|
+
TESTS::
|
|
82
|
+
|
|
83
|
+
sage: M = Manifold(2, 'M', structure='topological')
|
|
84
|
+
sage: N = Manifold(1, 'N', ambient=M, structure='topological')
|
|
85
|
+
sage: CM.<x,y> = M.chart()
|
|
86
|
+
sage: CN.<u> = N.chart(coord_restrictions=lambda u: [u > -1, u < 1])
|
|
87
|
+
sage: Phi = N.continuous_map(M, {(CN,CM): [u, 1 + u^2]}, name='Phi')
|
|
88
|
+
sage: Phi.image() # indirect doctest
|
|
89
|
+
Image of the Continuous map Phi
|
|
90
|
+
from the 1-dimensional topological submanifold N immersed in the
|
|
91
|
+
2-dimensional topological manifold M
|
|
92
|
+
to the 2-dimensional topological manifold M
|
|
93
|
+
sage: S = N.subset('S')
|
|
94
|
+
sage: Phi.image(S) # indirect doctest
|
|
95
|
+
Image of the
|
|
96
|
+
Subset S of the
|
|
97
|
+
1-dimensional topological submanifold N immersed in the
|
|
98
|
+
2-dimensional topological manifold M
|
|
99
|
+
under the Continuous map Phi
|
|
100
|
+
from the 1-dimensional topological submanifold N immersed in the
|
|
101
|
+
2-dimensional topological manifold M
|
|
102
|
+
to the 2-dimensional topological manifold M
|
|
103
|
+
"""
|
|
104
|
+
if self._domain_subset is self._map.domain():
|
|
105
|
+
return f"Image of the {self._map}"
|
|
106
|
+
else:
|
|
107
|
+
return f"Image of the {self._domain_subset} under the {self._map}"
|
|
108
|
+
|
|
109
|
+
def _an_element_(self):
|
|
110
|
+
r"""
|
|
111
|
+
Construct some point in the subset.
|
|
112
|
+
|
|
113
|
+
EXAMPLES::
|
|
114
|
+
|
|
115
|
+
sage: M = Manifold(2, 'M', structure='topological')
|
|
116
|
+
sage: N = Manifold(1, 'N', ambient=M, structure='topological')
|
|
117
|
+
sage: CM.<x,y> = M.chart()
|
|
118
|
+
sage: CN.<u> = N.chart(coord_restrictions=lambda u: [u > -1, u < 1])
|
|
119
|
+
sage: Phi = N.continuous_map(M, {(CN,CM): [u, 1 + u^2]}, name='Phi')
|
|
120
|
+
sage: Phi_N = Phi.image()
|
|
121
|
+
sage: p = Phi_N.an_element(); p # indirect doctest
|
|
122
|
+
Point on the 2-dimensional topological manifold M
|
|
123
|
+
sage: p.coordinates()
|
|
124
|
+
(0, 1)
|
|
125
|
+
"""
|
|
126
|
+
return self._map(self._domain_subset.an_element())
|
|
127
|
+
|
|
128
|
+
def __contains__(self, point):
|
|
129
|
+
r"""
|
|
130
|
+
Check whether ``point`` is contained in ``self``.
|
|
131
|
+
|
|
132
|
+
TESTS::
|
|
133
|
+
|
|
134
|
+
sage: M = Manifold(2, 'M', structure='topological')
|
|
135
|
+
sage: N = Manifold(1, 'N', ambient=M, structure='topological')
|
|
136
|
+
sage: CM.<x,y> = M.chart()
|
|
137
|
+
sage: CN.<u> = N.chart(coord_restrictions=lambda u: [u > -1, u < 1])
|
|
138
|
+
sage: Phi = N.continuous_map(M, {(CN,CM): [u, 1 + u^2]}, name='Phi')
|
|
139
|
+
sage: Phi_inv = M.continuous_map(N, {(CM, CN): [x]}, name='Phi_inv')
|
|
140
|
+
sage: Phi_N = Phi.image(inverse=Phi_inv)
|
|
141
|
+
sage: M((0, 0)) in Phi_N
|
|
142
|
+
False
|
|
143
|
+
sage: M((0, 1)) in Phi_N
|
|
144
|
+
True
|
|
145
|
+
"""
|
|
146
|
+
if super().__contains__(point):
|
|
147
|
+
return True
|
|
148
|
+
if point not in self._map.codomain():
|
|
149
|
+
return False
|
|
150
|
+
if self._inverse is not None:
|
|
151
|
+
preimage = self._inverse(point)
|
|
152
|
+
if preimage not in self._domain_subset:
|
|
153
|
+
return False
|
|
154
|
+
return self._map(preimage) == point
|
|
155
|
+
raise NotImplementedError
|