Skip navigation.

Phicar's world

turkish blog

:D

I am happy because of the new step i took, i am proud and very very lucky and happy and glad and hight and ahhhhhhhH!!!! because of having by my side the most wonderful girl ever....I really love thee Juli, thou are just all i really want in my life as a human being...

jajaja at this point i do not want to write anymore P:...

:wink:

I am finally Graduated!

In exactly 36 minutes im going to be graduated....

Finally this shit is going to end, the lies are goint to end, the hair cut is going to end, the stupid assigments are going to end. I am going to study what i want and the time i want, im going to be related as an adult not as a kid; NO MORE! i am one, but kids are no suposed to be known as stupid little person, they are great!, when we are kids we are be able to learn languages, math bases and all that fucken stuff...If we actually could have the same potencial of a kid we could easily learn a lot kind of things......

I do not know i am talking shit jajajajja but i feel it :wink:

The thing is i am finally graduated!!!!

My lover!

What about nine?, it is not a perfect number, is not even an even number :wink:...

But i hope you will see the difference between a normal regular and formal number and this 9, 9 are the months i have been by your side, 9 are the times reduced by the 100000000000% that we have been happy, that we sorprise the other one....Thu are so much perfect for my simple life..I love thee as i have never love anyone...Is just that thu change my life...I do not know how to describe todays feelings, i am shock


YOU ARE MY LIFE!!!!!!!!!!!


I LOVE THEE!!!!!!!!

9 months are nothing compare the time i want to spend to you

Cramer Law

, ,

Hi, i was working in some geometric shit with circles, and one point was like "deduce the equation of the circle with 3 points" so i had a 3x3 type of equation, was to late and i am not in my wave in math so i decide to code it :wink:...

there is the kramer law for a 3x3 equation :wink:

first a little explanation if we have a system like this Ax=B we can obtain x doing this x = (B/A) and we have a matrix with the constants of the equation so is basically xn = Det[xn]/Det[General]

where Det is the substracion of the addition of the multiplication of the cross values in matrix :wink:

here is the code :wink: enjoy it...

import java.io.*;
import java.util.*;
public class deter{
public static double coe[][]=new double[3][3];
public static double sol[] = new double[3];
public static void main(String args[]) throws IOException{
if(args.length<1){
System.err.println("Ingresa el archivo");
return;
}
BufferedReader lector = new BufferedReader(new FileReader(args[0]));
String tmp = "";
int p = 0;
while((tmp=lector.readLine())!=null){
if(p == 3){
StringTokenizer sr = new StringTokenizer(tmp,",");
for(int n = 0;n<3;n++)
sol[n]=Double.parseDouble(sr.nextToken());
break;
}
StringTokenizer st = new StringTokenizer(tmp);
for(int n = 0;n<3;n++)
coe[p][n]=Double.parseDouble(st.nextToken());
p++;
}
resolv();
}
public static void resolv(){
double d = Det(coe);
for(int n = 0;n<3;n++){
double tmp[][] = new double[3][3];
for(int w = 0;w<3;w++){
for(int e = 0;e<3;e++)
tmp[w][e]=coe[w][e];
}
for(int x = 0;x<3;x++)
tmp[x][n]=sol[x];
System.out.println(Det(tmp)/d);
}
}
public static double Det(double a[][]){
double c = 0,b = 0;
for(int n = 0;n<3;n++){
c+=(a[n][0]*a[(n+1)%3][1]*a[(n+2)%3][2]);
b+=(a[(n+0)%3][2]*a[(n+1)%3][1]*a[(n+2)%3][0]);
}
return c-b;
}
}



Pd: the file need to be in this way

x1 y1 z1
x2 y2 z2
x3y3 z3
res1,res2,res3

2 function of N&R done!

Yesterday i finished the second important function of N&R, the first one is the main that i explain in the first post.

The function i have done is the Comp function, it function let the program calculate value in an expresion, ex:

the function input is Tan[90]-3*2^4

the function output is -49.99


I do not paste the code until i have the first version of all the program, so wait :wink:

Newton & Rhapson

Today i decide to start writing another program. A program that apply the Newton and rhapson method for lookup up single variables in an equation that can not be developed by matrix method or simple substitution or algebraic methods.....

Newthon and rhapson Method uses derivation and a x0 variable for find the unknown value of the variable...

the equation looks like

Xn=Xn-1-(F(Xn-1)/F'(Xn-1))

it can be demostrated in a Trigonometrically way using the slope in the Tan(x angle) way...I cant paint it so i hope you use your imagination :wink:

-->-->

The programs input will be the initial root(X0) and the function in a string way Ex. "3*x^2-tan[(2*x)]"

the program uses some functions that i will be exposing soon.....



I wish you read this and write to me advices or suggestions :wink:

Happy hacking!

:D

It is simple, I love thee!

:P a little manifesto

you. writing in your pda asking for some reunion, eating the best of the best, smoking the expensive cigarrette, drinking the oldest whisky, fucking the best horn..You the man that is in the best house of the best neighbourhood,this is for you....

Do you remember when you was young???, do you remember the things that yo got to study for being the man that you are now?, do you remember all the shit that you ate?...

That was the things you did for being the man sitting in the comfortable sofa...why dont you leave this comfortable numb and still studying, still producing?, are you not enought rich???



What the fuck is happening to us???, we are living the mtv life? we are no more productive after getting the necesary for living.....

i dont want to live that type of life, this is my manifesto!

Wonderful life

What do we think?, we dont live a wonderful life...

:) Monotony

MONOTONY


Another day...to tell thou the true, i realy dont know what a day is; A modular time space that has a limit and start again whe this limit appears, what kind of sentence do we live???, we are sentence to monotony, to do the same;All this shit makes me remind the Dante's hell, we are sentence to carry a stone up to a mountain for let it go again to floor for start again and again, we are sentence to stupidly repetitive but, before and beyond that, we have our own "Minos" that clasify each of us and the reason of live our reality. Another day in wich i woke up early in the morning and in wich i heard the sound of the cock, all of this because someone thougth that we must rest when the moon lay down in the starry sky and we must work when the sun accompany this side of the earth; All of this because someone saids that an animal like the cock must be the universal alarm clock.

After of took a little human time that i am not going to explain here i went out to my regular job, an action that i dont like to do for satisfy a "Minos" protected that does the same thing, in his own context, than me. An action that im bound to do for a Quid pro quo service sometimes social, sometimes economic, sometimes just for try to not think and that is the way i go far away the big question, i live in this stupidly monotony reality but i really dont want to think about it, i got a little hope, what a magical word!, the hope of break this monotony; Kill somebody for the natural desire of blood, realise my young fantacies, maybe climb and own inside the society.

I do not want to do more details of this..I walk away job and the only thing i find up is the service quid pro quo that i told thee that is avaliable in society "Bread and circus to the people" i would say "Alcohol, drugs, sex and sports to the people" that is the way that they use to keep the ideas out of the people, that is the way we dont modify the social and population pyramid and the way that they use to keep us far away the reality; I just want to told thou that it works perfectly im going to ask for a whorehouse, im going to fuck a lot of girls and im going to faint because of the drugs and alcohol, all of this just for do it again the next day.
December 2009
M T W T F S S
November 2009January 2010
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31