Ceva's theorem: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 18: Line 18:
var bs = board.create('glider', [4, -3, s2], {name:"b'"});
var bs = board.create('glider', [4, -3, s2], {name:"b'"});
var cs = board.create('glider', [1, 4, s1], {name:"c'"});
var cs = board.create('glider', [1, 4, s1], {name:"c'"});
var s4 = board.create('segment', [a, as], {color: 'black'});
var s5 = board.create('segment', [b, bs], {color: 'black'});
var s6 = board.create('segment', [c, cs], {color: 'black'});


var TV = function(p,q,t) {
var TV = function(p,q,t) {

Revision as of 20:46, 2 May 2021

TV(a,b,c) is the affine ratio |ac| / |ab|.

The underlying JavaScript code