function [ R] = rodrigues2R( wi ) %bvdp % R=rodrigues2R( [1, 2,-1]) %il faut que R*R^-1= Id et det(R)=1 theta=norm(wi,2) w=wi/theta ws=[0 -w(3) w(2) ; w(3) 0 -w(1) ; -w(2) w(1) 0] wwt=ws*ws if ~isa(w,'sym') & theta