Posts by Ailton Andrade de Oliveira • 306 points
5 posts
-
5
votes2
answers300
viewsA: Difference between "Function Operator" and "Function Factory"
I’m not giving a formal definition, but you’re right in realizing that the two concepts are related. In this case, operator is a particular case of factory. In Mathematics, the expression operator…
-
2
votes1
answer38
viewsA: Manipulate matrix in Thematica
The function ArrayFlatten does exactly what you need. matrizDeMatrizes <- {{{{a,b,c}, {d,e,f}, {g,h,i}},{{j,k,l}, {m,n,o},{p,q,r}}},{{{j,m,p},{k,n,q},{l,o,r}}, {{s,t,u},{v,ww,x},{y,z,zz}}}}…
-
3
votes1
answer425
viewsA: Result of a SELECT to use in another SELECT?
I would try to use NOT EXISTS. Without the commands to create and popular the tables minimally, I tried to write from the top of my head as such a query would look. That’s about it: SELECT DISTINCT…
-
0
votes2
answers535
viewsA: Make a Netbeans project that runs on Virtualbox shared folder not upload
You can change the upload to manual in the project properties, as per the link (in English) https://blogs.oracle.com/netbeansphp/entry/remote_synchronization…
netbeansanswered Ailton Andrade de Oliveira 306 -
6
votes1
answer3109
viewsA: abntex2 compilation error
Have you checked if any of your Urls (including your references) have a special Latex character? Looks like an old error when Urls contain #, for example. I would search your Bibtex reference file…