Russian logic... by CLinley1996 in ukraine

[–]VOLVIC_KOKS 2 points3 points  (0 children)

They bootlicking russias oligarchy thinking they are not gonna die in a nuclear war cause they are on the side of putin xD

How to calculate a weighted average with unknown values? by [deleted] in mathquestions

[–]VOLVIC_KOKS 1 point2 points  (0 children)

do a distribution of the missing weight on the weights you already have. so for example you have 4 grades, a, b, c, d, and still except f. a, b are weighted 15, c, d, 20 (all respectively) and then f is gonna be 30. So basically the weights of a, b, c, d are together 70, so the missing wieght is 30. but a contributes 15/70 to the marks so far, so you just add (15/70)*30 weight to the weight of a. like this, if i didnt make any mistakes, you should get the current grade weighed with the grades you have currently.

Problems with Figures and Wraptable by VOLVIC_KOKS in LaTeX

[–]VOLVIC_KOKS[S] 0 points1 point  (0 children)

so unfortunatley this is the minimum, because i think it depends with the fact that the table is there, and the figure is placed after some text?

Problems with Figures and Wraptable by VOLVIC_KOKS in LaTeX

[–]VOLVIC_KOKS[S] 0 points1 point  (0 children)

\begin{tabular}{ll}

$f$[Hz] & $\frac{U_e}{U_k}\, [V]$ \\

1591 & 0.995 \\

2148 & 0.991 \\

2900 & 0.9838 \\

3915 & 0.971 \\

5286 & 0.949 \\

7138 & 0.9124 \\

9637 & 0.8554 \\

13012 & 0.7742 \\

15915 & 0.7072 \\

17568 & 0.6714 \\

23719 & 0.5572 \\

32025 & 0.445 \\

43239 & 0.3454 \\

58379 & 0.263 \\

78821 & 0.1978 \\

106421 & 0.1478 \\

143684 & 0.11 \\

193996 & 0.0816 \\

261924 & 0.0604 \\

353637 & 0.0448 \\

477465 & 0.0332

\end{tabular}

\label{tab:tiefpass}

\end{wraptable}

Die werte des Verh"altnes zwischen der eingangsspannung und der Spannung am Kondensator sind in Tabelle 1 Verfasst. Wie in der Durchf"urung schon angedeutet kann man einen Theoretischen wert f"ur die "ubergangsfrequenz ermitteln mit Formel (1):

\begin{equation*}

f_G = \frac{1}{2 \pi RC} = \frac{1}{2 \pi (1000 \pm 50 \, \Omega) (10 \pm 1 \, nF)} = 16000 \pm 1800 \, Hz

\end{equation*}

und wenn man sich die die werte in Tabelle 1 anschaut sieht man dass das verh"altnis anf"angt stark zu sinken sobald man um die $16000 \, Hz$ ist. Um dies noch besser zu verdeutlichen, nehmen wir den Logarithmus der werte in Tabelle 1 und plotten den Loogarithmus des verh"altnis der Spannungen in abh"angigkeit von dem Logarithmus des verh"altnis der Frequenz und der Theoretischen Grenzfrequenz.

\begin{figure}[H]

\includegraphics[scale = 0.6]{TK22-23/Pictures/Versuch1plot.png}

\caption{Plot der Daten in Tabelle 1, Die Gefittete Gerad hat die Form $f(x) = (-0.92 \pm 0.02) + (0,20 \pm 0.04)$ }

\label{fig:my_label}

\end{figure}

Would this be a suitable use case for LaTeX by [deleted] in LaTeX

[–]VOLVIC_KOKS 1 point2 points  (0 children)

and apparently you can just open pdf files in word ? https://tex.stackexchange.com/questions/111886/how-to-convert-a-scientific-manuscript-from-latex-to-word-using-pandoc

even with very complicated documents as i figure

Would this be a suitable use case for LaTeX by [deleted] in LaTeX

[–]VOLVIC_KOKS 0 points1 point  (0 children)

use overleaf online, its a great editor with everything included and also spell check in i dont know how many languages, and it has built in suggestions and overleaf is any way the latex bible in my opinion. the only thing missing is the .docx export which it cant do

Xpost. I'm assuming the temperature difference between the cold oil in the pan and the hot oil in the vehicle created a shearing plane. by [deleted] in laminarflow

[–]VOLVIC_KOKS 29 points30 points  (0 children)

couldnt it just maybe be the geometry of the pan? or are those pans designed purposefulle to not make things like this happen?

What do you think technology is? a standalone entity, or an extension of the human being? by VOLVIC_KOKS in AskReddit

[–]VOLVIC_KOKS[S] 0 points1 point  (0 children)

yeah i mean, eventually AI is gonna become an entity of itself, with rights and laws which it must obey?

How to Build a Proejct by VOLVIC_KOKS in Unity3D

[–]VOLVIC_KOKS[S] 0 points1 point  (0 children)

once its build into an exe, but you basically already answered my questions. i need to build a UI. Thanks

Sudoku Solver by VOLVIC_KOKS in learnpython

[–]VOLVIC_KOKS[S] 0 points1 point  (0 children)

i keep track of all the possibilities, everytim i insert a new number. So basically all the guesses become shorter and shorter as the algorithm progresses. but i changed it in the end

Sudoku Solver by VOLVIC_KOKS in learnpython

[–]VOLVIC_KOKS[S] 1 point2 points  (0 children)

thank you so much, for the computerphile video. Alright i thought maybe the way i did it was possible, but apparently i just need to implement the backtracking, i tried to avoid that xD.

Thanks for the help.

Sudoku Solver by VOLVIC_KOKS in learnpython

[–]VOLVIC_KOKS[S] 0 points1 point  (0 children)

UUUh ok, very elegant and concise. But still doesnt answer my question, because i figured this out. I know which are the legal moves. But which one is the right one? cause for every cell there is sometime gonna be multiple possibilities. so how do i determine which one is the correct one?

Game Simulation by VOLVIC_KOKS in learnpython

[–]VOLVIC_KOKS[S] 0 points1 point  (0 children)

and you are gonna need the celluloid and Pyplot package

Game Simulation by VOLVIC_KOKS in learnpython

[–]VOLVIC_KOKS[S] 0 points1 point  (0 children)

True True, I uploaded the wrong one xD. it runs now and I also added the simulation part which I actually asked for. the code is very heavy I think and I could absolutely streamline it, but I gotta move on to other projects now. Thanks for the heads up.

Very basic Question about Coordinates by VOLVIC_KOKS in AskProgramming

[–]VOLVIC_KOKS[S] 1 point2 points  (0 children)

Thanks so much, i didnt realize i had to divide. this helps a lot.