Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Horrowind

Pages: [1]
1
Math and Science / Some geometric problem in three dimensions.
« on: September 17, 2011, 04:57:16 pm »
okay, so here is a problem I have long been thinking of. Its basically an extension to an (probably) well known problem, taking it from one dimension to another.

First the two-dimensional version, a warming up so to speek:
Given three concurrent lines on a plane (so they have all have a point in common), find an equilateral triangle so that on each line is a corner of the triangle.
The solution is rather simple, if the trick for solving it is known. Overwise its quite hard :) (Tip: rotate)

Okay, so here the more complex versions of the problem:

Given three concurrent lines in space find such an triangle.
(sadly rotating is not as easy when there is no trivial axis to rotate)
and

Given four points in space, what are the restrictions for a point and a regular tetrahedron, so that the projection of the vertices of tetrahedron from this point results in these four points. Or the other way around: Is it possible to construct a regular tetrahedron so that the four lines, connecting one point of these four given points with one vertex of the tetrahedron, intersect in one point, and what are the restrictions of this problem.

Note that the first of these problems is equivalent to solve this equation system:
a2 + b2 + a b k1 = 1
b2 + c2 + b c k2 = 1
c2 + a2 + c a k3 = 1
for given k1, k2, k3 (simply set the size of the triangle to one and use the law of cosines).

Inputing this into maple gives some horrifying results  *.* (okay, im a n00b with maple, but still).

Maybe someone has an idea how to solve this.

2
Casio Calculators / Grayscale and BFile
« on: May 31, 2011, 06:58:22 pm »
While messing a bit with the (offical) SDK for the 9860, these two issues happend: First, when opening a file from the SD-Card after initializing grayscale, the screen leaves blank, when you try to swap the buffers and second, reading from SD-Card causes heavy flicker. I tried to make a simple videoplayer, so I simply repeatedly loaded the first 1024 bytes of a file in the first buffer, and the next 1024 in the second buffer and so on.

So the question is: Is there a way to make the grayscale smooth while IO or is there no way to fix it by design of the creation of gray?!

Pages: [1]