Ask Your Question
1

Bundle of manifold product

asked 1 year ago

ahenkes1 gravatar image

Hi, I am quite new to SageMath and want to use it to help me on my diffgeo journey. I want to dive into fiber bundles but currently am stuck at the very basics: I want to create a bundle (M x N, pr, M) with pr: M x N -> M. For that I need to define two manifolds, which is no problem:

M = Manifold(3, 'M')

N = Manifold(3, 'N')

The total space is:

E = cartesian_product((M, N))

But how do I construct a, e.g., vector bundle E -> M?

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
1

answered 1 year ago

eric_g gravatar image

Generic fiber bundles are not implemented in SageMath yet. Only vector bundles are:

Preview: (hide)
link

Comments

Thank you for the feedback!

ahenkes1 gravatar imageahenkes1 ( 1 year ago )

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 1 year ago

Seen: 121 times

Last updated: Aug 18 '23