Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »

Activity for Trevor‭

Type On... Excerpt Status Date
Answer A: matrix inverse of $I + A$ where $A$ is skew-symmetric
I found a solution for the case I am considering, which is when $A$ is a $3{\times}3$ cross product matrix of vector $a \in \mathbb{R}^3$: $$A = \begin{bmatrix} 0 & -a3 & a2 \\ a3 & 0 & -a1 \\ -a2 & a1 & 0 \end{bmatrix}, a = \begin{bmatrix} a1 \\ a2 \\ a3 \end{bmatrix} .$$ Using the explicit equat...
(more)
3 months ago
Question matrix inverse of $I + A$ where $A$ is skew-symmetric
I am looking for a formula or result for $$(I + A)^{-1}$$ where $I$ is the identity matrix and $A$ is skew-symmetric ($A^T = -A$). I have spent a lot of time looking online and through various sources but can't find anything.
(more)
3 months ago
Question how to mathematically express a relationship in which a vector can be any 3D unit vector
I'm currently doing some work with 3D rotations and exponential coordinates. Exponential coordinates $\mathbf{s} \in \mathbb{R}^3$ are a rotation parameterization defined as $$\mathbf{s} = \theta \mathbf{e}$$ where $\mathbf{e} \in \mathbb{R}^3$ is a unit-length axis of rotation, and $\theta \in [0,...
(more)
12 months ago